| 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.3.0.0 (5.3.0)
Syntaxpublic 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 
RemarksCall this method in a command to undo the re-ordering in one go
See Also