FieldElementIMappableFieldFieldIndex Property |
The field index, starting with 0, for this field. A field index is by default -1 (undefined) and is used to sort fields in a given order.
It is not used as external index for code generation, but solely for field ordering inside the fields of a groupable model element (except for
stored procedure calls).
Namespace:
SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax int IMappableField.FieldIndex { get; }
Private ReadOnly Property FieldIndex As Integer
Implements IMappableField.FieldIndex
Get
Property Value
Type:
Int32Implements
IMappableFieldFieldIndexSee Also