InMemoryEvalCandidateExpressionInterpretValueGet Property |
If true, it'll try expression interpretation and reflection to obtain a value from an in-memory constant expression
If false (default) it'll compile the expression to evaluate and invoke it to obtain the in-memory value.
Namespace:
SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntax public bool InterpretValueGet { get; set; }
Public Property InterpretValueGet As Boolean
Get
Set
Property Value
Type:
BooleanSee Also