IDataTable PropertiesC# API
The IDataTable type exposes the following members.
Properties

  NameDescription
Public propertyControlled
Gets a value that indicates whether the Data Table is automatically advanced to the next row at the end of each iteration.
Public propertyCurrent
Gets the current element in the collection.
(Inherited from IEnumerator.)
Public propertyKeys
Gets an enumerator that can be used to iterate over the keys in this dictionary.
(Inherited from IDataDictionary.)
Public propertyName
Gets or sets the name of this dictionary.
(Inherited from IDataDictionary.)
Public propertyReadOnly
Gets a value that indicates whether this dictionary is read-only.
(Inherited from IDataDictionary.)
Public propertySize
Gets the number of rows in the DataTable that are available to the Virtual User.
Back to Top
See Also