IEntityFieldCoreExpressionToApply Property |
The expression to apply to this field in a select list, update statement or predicate or expression.
Expression is applied before AggregateFunctionToApply.
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 IExpression ExpressionToApply { get; set; }
Property ExpressionToApply As IExpression
Get
Set
Property Value
Type:
IExpressionSee Also