IEntityFieldCoreSetFieldIndex 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.4.0.0 (5.4.0)
Syntax void SetFieldIndex(
int newIndex
)
Sub SetFieldIndex (
newIndex As Integer
)
Parameters
- newIndex
- Type: SystemInt32
The new index.
See Also