| EntityPropertyFunctionCallToApply Property  | 
 
            The database function call to apply on this field in a selectlist, update statement or predicate or expression.
            FunctionCallToApply is applied before ExpressionToApply.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic IDbFunctionCall FunctionCallToApply { get; set; }Public Property FunctionCallToApply As IDbFunctionCall
	Get
	Set
Property Value
Type: 
IDbFunctionCall
See Also