| FieldListTFieldResetFieldOrdering Method  | 
 
            Resets the field ordering. It will set all field's FieldIndex properties to -1.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.EntityModel
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntaxpublic void ResetFieldOrdering()
Public Sub ResetFieldOrdering
RemarksCall this method with a command to have it as an atomic undoable action
See Also