Click or drag to resize

EntityField2 Constructor (String, IExpression)

Initializes a new instance of the EntityField class.

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)
Syntax
public EntityField2(
	string name,
	IExpression expressionToApply
)

Parameters

name
Type: SystemString
The name of the field. Has to be specified
expressionToApply
Type: SD.LLBLGen.Pro.ORMSupportClassesIExpression
The expression to apply.
See Also