The IDataTable type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
Controlled |
Gets a value that indicates whether the Data Table is automatically advanced to the next row at the end of each iteration.
| |
Current | Gets the current element in the collection. (Inherited from IEnumerator.) | |
Keys |
Gets an enumerator that can be used to iterate over the keys in this dictionary.
(Inherited from IDataDictionary.) | |
Name |
Gets or sets the name of this dictionary.
(Inherited from IDataDictionary.) | |
ReadOnly |
Gets a value that indicates whether this dictionary is read-only.
(Inherited from IDataDictionary.) | |
Size |
Gets the number of rows in the DataTable that are available to the Virtual User.
|
See Also