FieldElementFieldIndex 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.9.0.0 (5.9.0)
Syntax[AllowInFilterAttribute(12)]
public int FieldIndex { get; set; }<AllowInFilterAttribute(12)>
Public Property FieldIndex As Integer
	Get
	Set
Property Value
Type: 
Int32Implements
IFieldElementCoreFieldIndex
See Also