Click or drag to resize

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
Syntax
public static void SortRecords(
	Object[] records
)

Parameters

records
Type: SystemObject
The records Array.
See Also