CommonEngineSortRecords Method |
Sort the Record Array. The records must be of a Type that
implements the IComparable interface.
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic static void SortRecords(
Object[] records
)
Public Shared Sub SortRecords (
records As Object()
)
Parameters
- records
- Type: SystemObject
The records Array.
See Also