Version

Sorted Property

Returns a read-only collection of DataRecords in their sorted order.
Syntax
'Declaration
 
Public ReadOnly Property Sorted As DataRecordCollection
public DataRecordCollection Sorted {get;}
Remarks

Note: If the records aren't sorted (i.e. the FieldLayout's SortedFields collection is empty) this collection will contain the DataRecords in the same order as the Unsorted collection. Otherwise the order is determined by the FieldLayout's SortedFields collection.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also