Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public IDbFunctionCall FunctionCallToApply { get; set; }

Property Value

Type: IDbFunctionCall
See Also