IEntityFieldSetExpression 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.5.0.0 (5.5.18.1019)
SyntaxEntityField SetExpression(
	IExpression expressionToToApply
)
Function SetExpression ( 
	expressionToToApply As IExpression
) As EntityField
Parameters
- expressionToToApply
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIExpression
Expression to to apply. 
Return Value
Type: 
EntityFieldThe entity field object the method was called on, for command chaining
See Also