Click or drag to resize
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.0.0.0 (5.0.0)
Syntax
public void ResetFieldOrdering()
Remarks
Call this method with a command to have it as an atomic undoable action
See Also