Click or drag to resize
EntityField Constructor (String, IExpression, AggregateFunction, Type)
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.3.0.0 (5.3.0)
Syntax
public EntityField(
	string name,
	IExpression expressionToApply,
	AggregateFunction aggregateFunctionToApply,
	Type dataType
)

Parameters

name
Type: SystemString
The name of the field. Has to be specified
expressionToApply
Type: SD.LLBLGen.Pro.ORMSupportClassesIExpression
The expression to apply.
aggregateFunctionToApply
Type: SD.LLBLGen.Pro.ORMSupportClassesAggregateFunction
The aggregate function to apply.
dataType
Type: SystemType
.NET Type of the data.
See Also