Click or drag to resize

EntityFieldsCore<TField>.DefineField 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.12.0.0 (5.12.0)
Syntax
public void DefineField(
	IEntityFieldCore field,
	int indexInFields,
	AggregateFunction aggregateFunctionToApply
)

Parameters

field
Type: SD.LLBLGen.Pro.ORMSupportClasses.IEntityFieldCore
The field to add.
indexInFields
Type: System.Int32
The position in the resultset where the field will be created on
aggregateFunctionToApply
Type: SD.LLBLGen.Pro.ORMSupportClasses.AggregateFunction
the aggregate function to apply to this field.

Implements

IEntityFieldsCore.DefineField(IEntityFieldCore, Int32, AggregateFunction)
See Also