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.4.0.0 (5.4.0)
Syntax public IDbFunctionCall FunctionCallToApply { get; set; }
Public Property FunctionCallToApply As IDbFunctionCall
Get
Set
Property Value
Type:
IDbFunctionCallSee Also