DataColumns Element
Contains all the DataColumn elements in a data recordset.
Syntax
<DataColumns
[SortColumn]
[SortAsc]>
</DataColumns>
Attributes
SortColumn
Optional string. The column on which to sort the data.
SortAsc
Optional Boolean. Whether to sort the SortColumn column in ascending (1) or descending (0) order.
Element properties
Property |
Value |
---|---|
Name |
DataColumns |
Minimum Occurrences |
1 |
Maximum Occurrences |
1 |
Element information
Parent elements
Child elements
See also
DataColumns collection.