FieldsSort Method (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.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void Sort(
string keyList
)
Public Sub Sort (
keyList As String
)
Parameters
- keyList
- Type: SystemString
The semi-colon-separated list of ordered field keys.
See Also