ExpressionCompilerTResult, TInstanceParameterCompiledExpression Property

Gets the compiled Linq Expression after C# Code Expression is compiled.

Definition

Namespace: Gemstone.Expressions.Evaluator
Assembly: Gemstone.Expressions (in Gemstone.Expressions.dll) Version: 1.0.150 -- Release Build+57a1382d24fc46d3ddb58e6b2fe8810ca35b09f5
public Expression? CompiledExpression { get; }

Property Value

Expression

See Also