Click or drag to resize
IEntityFieldsCoreDefineField Method (IEntityFieldCore, Int32)
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.0.0.0 (5.0.0)
Syntax
void DefineField(
	IEntityFieldCore fieldToAdd,
	int indexInFields
)

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
See Also