Click or drag to resize
EntityFieldsCore<TField>.DefineField Method (IEntityFieldCore, Int32, String)
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.2.0.0 (5.2.17.0403)
Syntax
public void DefineField(
	IEntityFieldCore field,
	int indexInFields,
	string alias
)

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
alias
Type: System.String
The alias to use for this field in the resultset

Implements

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