SortingInfo Constructors
Obsolete. Obsolete. Use the corresponding functionality of the SelectQuery class instead.Name | Parameters | Description |
---|---|---|
SortingInfo() | none | Initializes a new instance of the SortingInfo class. |
SortingInfo(SortingInfo) | other | Initializes a new instance of the SortingInfo class based on the existing SortingInfo object. |
SortingInfo(String, String, SortingInfo.SortingDirection) | table, column, direction | Initializes a new instance of the SortingInfo class. |
SortingInfo(String, String) | table, column | Initializes a new instance of the SortingInfo class. |
See Also