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.12.0.0 (5.12.0)
Syntaxpublic bool InterpretValueGet { get; set; }Public Property InterpretValueGet As Boolean
	Get
	Set
Property Value
Type: 
Boolean
See Also