The IDataTable type exposes the following members.
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
Add |
Merges another Data Dictionary into this one.
(Inherited from IDataDictionary.) | |
Get T (String) |
Returns a reference to an object held in the dictionary.
(Inherited from IDataDictionary.) | |
Get T (String, T) |
Returns a reference to an object held in the dictionary, or the defaultValue if the key cannot be found.
(Inherited from IDataDictionary.) | |
GetBoolean(String) |
Returns a boolean value held in the dictionary.
(Inherited from IDataDictionary.) | |
GetBoolean(String, Boolean) |
Returns a boolean value held in the dictionary, or the defaultValue if the key cannot be found.
(Inherited from IDataDictionary.) | |
GetDouble(String) |
Returns a double value held in the dictionary.
(Inherited from IDataDictionary.) | |
GetDouble(String, Double) |
Returns a double value held in the dictionary, or the defaultValue if the key cannot be found.
(Inherited from IDataDictionary.) | |
GetEnumerator |
Gets an enumerator for iterating over the key/value pairs in this dictionary.
(Inherited from IDataDictionary.) | |
GetFloat(String) |
Returns a float value held in the dictionary.
(Inherited from IDataDictionary.) | |
GetFloat(String, Single) |
Returns a float value held in the dictionary, or the defaultValue if the key cannot be found.
(Inherited from IDataDictionary.) | |
GetInt(String) |
Returns an integer value held in the dictionary.
(Inherited from IDataDictionary.) | |
GetInt(String, Int32) |
Returns an integer value held in the dictionary, or the defaultValue if the key cannot be found.
(Inherited from IDataDictionary.) | |
GetList(String) |
Returns a list value held in the dictionary.
(Inherited from IDataDictionary.) | |
GetList(String, ArrayList) |
Returns a list held in the dictionary, or the defaultList if the key cannot be found.
(Inherited from IDataDictionary.) | |
GetLong(String) |
Returns a long value held in the dictionary.
(Inherited from IDataDictionary.) | |
GetLong(String, Int64) |
Returns a long value held in the dictionary, or the defaultValue if the key cannot be found.
(Inherited from IDataDictionary.) | |
GetString(String) |
Returns a string value held in the dictionary.
(Inherited from IDataDictionary.) | |
GetString(String, String) |
Returns a string value held in the dictionary, or the defaultValue if the key cannot be found.
(Inherited from IDataDictionary.) | |
HasKey |
Determines whether the specified key is contained within the dictionary.
(Inherited from IDataDictionary.) | |
MoveNext | Advances the enumerator to the next element of the collection. (Inherited from IEnumerator.) | |
Reset | Sets the enumerator to its initial position, which is before the first element in the collection. (Inherited from IEnumerator.) | |
Set T |
Sets an object value in the dictionary.
(Inherited from IDataDictionary.) | |
SetBoolean |
Sets a boolean value in the dictionary.
(Inherited from IDataDictionary.) | |
SetDouble |
Sets a double value in the dictionary.
(Inherited from IDataDictionary.) | |
SetFloat |
Sets a float value in the dictionary.
(Inherited from IDataDictionary.) | |
SetInt |
Sets an integer value in the dictionary.
(Inherited from IDataDictionary.) | |
SetList |
Sets a list value in the dictionary.
(Inherited from IDataDictionary.) | |
SetLong |
Sets a long value in the dictionary.
(Inherited from IDataDictionary.) | |
SetString |
Sets a string value in the dictionary.
(Inherited from IDataDictionary.) |
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