Click or drag to resize
EntityField.SetExpression 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.0.0.0 (5.0.0)
Syntax
public EntityField SetExpression(
	IExpression expressionToToApply
)

Parameters

expressionToToApply
Type: SD.LLBLGen.Pro.ORMSupportClasses.IExpression
Expression to to apply.

Return Value

Type: EntityField
The entity field object the method was called on, for command chaining

Implements

IEntityField.SetExpression(IExpression)
See Also