Show / Hide Table of Contents

Interface IExpressionAdapter

ExpressionAdapter Interface

Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public interface IExpressionAdapter

Properties

FdlExpression

FDL Expression

Declaration
string FdlExpression { get; set; }
Property Value
Type Description
System.String

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
Back to top Generated by DocFX