CommonEngineSortRecordsByField Method (Object, String) |
Sort the Record Array using the field name provided. (for
advanced sorting use SortRecords)
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic static void SortRecordsByField(
Object[] records,
string fieldName
)
Public Shared Sub SortRecordsByField (
records As Object(),
fieldName As String
)
Parameters
- records
- Type: SystemObject
The records Array. - fieldName
- Type: SystemString
The field name.
See Also