Click or drag to resize
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)
Syntax
public void SetNewFieldOrder(
	IEnumerable<FieldElement> fieldsInCorrectFieldOrder
)

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