ExpressionCompiler Properties

Properties

CompiledAction Gets Action delegate for compiled expression.
(Inherited from ExpressionCompilerTResult)
CompiledExpression Gets the compiled Linq Expression after C# Code Expression is compiled.
(Inherited from ExpressionCompilerTResult, TInstanceParameter)
CompiledFunction Gets FuncTResult delegate for compiled expression.
(Inherited from ExpressionCompilerTResult)
Expression Gets the C# code expression to compile.
(Inherited from ExpressionCompilerTResult, TInstanceParameter)
InstanceParameterType Gets or sets the instance parameter Type used for defining expression accessible field values, defaults to TInstanceParameter.
(Inherited from ExpressionCompilerTResult, TInstanceParameter)
TypeRegistry Gets or sets the TypeRegistry used for compilation.
(Inherited from ExpressionCompilerTResult, TInstanceParameter)
VariableContext Gets or sets the ISupportContextVariables instance to use for context variables.
(Inherited from ExpressionCompilerTResult, TInstanceParameter)

See Also