Click or drag to resize
EntityPropertyExpressionToApply Property
The expression to apply to this field in a select list, update statement or predicate. Expression is applied before AggregateFunctionToApply.

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 IExpression ExpressionToApply { get; set; }

Property Value

Type: IExpression

Implements

IEntityFieldCoreExpressionToApply
See Also