ComponentOne DataObjects for .NET
Sort Property

C1.Data.2 Assembly > C1.Data Namespace > C1DataView Class : Sort Property
Gets or sets the sort field or fields, and sort order for the data view.
Syntax
'Declaration
 
Public Property Sort As System.String
public System.string Sort {get; set;}
Remarks
A string containing one or more field names followed by "ASC" (ascending; default, can be omitted) or "DESC" (descending). Multiple fields are separated by commas. Examples: "OrderID", "CustomerID DESC", "Quantity DESC, CustomerID".
See Also

Reference

C1DataView Class
C1DataView Members