The IDataTable type exposes the following members.
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.) |
See Also