EntityFieldCoreIEntityFieldCoreSetFieldIndex Method |
Sets the FieldIndex, if FieldInfo is null. Used in DefineField.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax void IEntityFieldCore.SetFieldIndex(
int newIndex
)
Private Sub SetFieldIndex (
newIndex As Integer
) Implements IEntityFieldCore.SetFieldIndex
Parameters
- newIndex
- Type: SystemInt32
The new index.
Implements
IEntityFieldCoreSetFieldIndex(Int32)See Also