DataColumnCollection

DataColumnCollection class

DataColumn collection.

Properties

NameTypeDescription
SortColumnStringThe column on which to sort the data.
SortAscintWhether to sort the SortColumn column in ascending (1) or descending (0) order. The value of the property is BOOL intege
Countint
Item (int)DataColumn

Methods

NameDescription
addAdd the dataColumn in the collection.
removeRemove the dataColumn from the collection.
clear
removeAt
iteratorReserved for internal use.