EntityField2 Constructor (String, IExpression, AggregateFunction) | 
  
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic EntityField2(
	string name,
	IExpression expressionToApply,
	AggregateFunction aggregateFunctionToApply
)
Public Sub New ( 
	name As String,
	expressionToApply As IExpression,
	aggregateFunctionToApply As AggregateFunction
)
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. 
See Also