Interface IExpressionAdapter
ExpressionAdapter Interface
Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public interface IExpressionAdapter
Properties
Parameters
Expression parameters
Declaration
IDictionary<string, object> Parameters { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> |
Methods
CreateCopy()
Creates the copy.
Declaration
FdlExpressionAdapter CreateCopy()
Returns
Type | Description |
---|---|
FdlExpressionAdapter |
Evaluate()
Execute the expression
Declaration
object Evaluate()
Returns
Type | Description |
---|---|
System.Object |