Click or drag to resize
EntityPropertySetFieldIndex Method
Sets the FieldIndex, if FieldInfo is null. Used in DefineField.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public void SetFieldIndex(
	int newIndex
)

Parameters

newIndex
Type: SystemInt32
The new index.

Implements

IEntityFieldCoreSetFieldIndex(Int32)
See Also