GroupableModelElementSetNewFieldOrder Method |
Sets the new field order to the order specified in fieldsInCorrectFieldOrder.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public void SetNewFieldOrder(
IEnumerable<FieldElement> fieldsInCorrectFieldOrder
)
Public Sub SetNewFieldOrder (
fieldsInCorrectFieldOrder As IEnumerable(Of FieldElement)
)
Parameters
- fieldsInCorrectFieldOrder
- Type: System.Collections.GenericIEnumerableFieldElement
The fields in the correct order. If set to null, the field order is determined based on the alphabetical sorting
Remarks Call this method in a command to undo the re-ordering in one go
See Also