ExpressionContextCompilerTResult Constructor

Definition

Namespace: Gemstone.Expressions.Evaluator
Assembly: Gemstone.Expressions (in Gemstone.Expressions.dll) Version: 1.0.183 -- Release Build+4b966360451dc14c34d96428bcf9f1d752d4abbe
public ExpressionContextCompiler(
	string expression,
	ExpressionContext context
)

Parameters

expression  String
C# expression to compile.
context  ExpressionContext
Expression context used to define expression accessible field values.

See Also