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.1.0.0 (5.1.0)
Syntax public void ResetFieldOrdering()
Public Sub ResetFieldOrdering
Remarks Call this method with a command to have it as an atomic undoable action
See Also