Amazon Wish List News RSS feed. Development Blog Browse the Forums  
  Overview - Downloads - Examples - News Feed - Contact Info -

CommonEngine.SortRecordsByField Method (Object[], String, Boolean)

Sort the Record Array based in the field name provided. (for advanced sorting use SortRecords)

[Visual Basic]
Overloads Public Shared Sub SortRecordsByField( _
   ByVal records As Object(), _
   ByVal fieldName As String, _
   ByVal ascending As Boolean _
)
[C#]
public static void SortRecordsByField(
   object[] records,
   string fieldName,
   bool ascending
);

Parameters

records
The records Array.
fieldName
The field name.
ascending
The direction of the sort. True means Ascending.

See Also

CommonEngine Class | FileHelpers Namespace | CommonEngine.SortRecordsByField Overload List


Powered by:

Source Forge Thanks Jetbrains for support us !! Thanks BB Software for support us !! TestDriven.NET Code Coverage by Clover.NET Code Project Article Larkware News Sharp Toolbox