| IEntityFieldsCoreDefineField Method (IEntityFieldCore, Int32, AggregateFunction) | 
 
            Adds the specified field on the position indexInFields in the resultset.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntaxvoid DefineField(
	IEntityFieldCore fieldToAdd,
	int indexInFields,
	AggregateFunction aggregateFunctionToApply
)
Sub DefineField ( 
	fieldToAdd As IEntityFieldCore,
	indexInFields As Integer,
	aggregateFunctionToApply As AggregateFunction
)
Parameters
- fieldToAdd
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The field to add. - indexInFields
 - Type: SystemInt32
The position in the resultset where the field will be created on - aggregateFunctionToApply
 - Type: SD.LLBLGen.Pro.ORMSupportClassesAggregateFunction
the aggregate function to apply to this field. 
See Also