FieldsSort Method |
Name | Description | |
---|---|---|
Sort(Boolean) |
Sort the list by its key value.
(Inherited from EAPCollectionBase.) | |
Sort(IComparer) |
Sort the collection using the provided comparer.
(Inherited from EAPCollectionBase.) | |
Sort(String) |
Sorts the Fields collection in the order specified by the provided semi-colon-separated list of
field keys. Fields not in the provided sort list retain their relative positions, but following all
explicitly ordered fields. The list is handled case-insensitively, but may provide slightly better
performance if provided in all lower-case.
|