IEntityField2SetExpression Method |
Sets the Entity Field's ExpressionToToApply property
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 EntityField2 SetExpression(
IExpression expressionToToApply
)
Function SetExpression (
expressionToToApply As IExpression
) As EntityField2
Parameters
- expressionToToApply
- Type: SD.LLBLGen.Pro.ORMSupportClassesIExpression
Expression to to apply.
Return Value
Type:
EntityField2The entity field object the method was called on, for command chaining
See Also