IDataTable MembersC# API

The IDataTable type exposes the following members.
Methods

  NameDescription
Public methodAdd
Merges another Data Dictionary into this one.
(Inherited from IDataDictionary.)
Public methodGet T (String)
Returns a reference to an object held in the dictionary.
(Inherited from IDataDictionary.)
Public methodGet 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.)
Public methodGetBoolean(String)
Returns a boolean value held in the dictionary.
(Inherited from IDataDictionary.)
Public methodGetBoolean(String, Boolean)
Returns a boolean value held in the dictionary, or the defaultValue if the key cannot be found.
(Inherited from IDataDictionary.)
Public methodGetDouble(String)
Returns a double value held in the dictionary.
(Inherited from IDataDictionary.)
Public methodGetDouble(String, Double)
Returns a double value held in the dictionary, or the defaultValue if the key cannot be found.
(Inherited from IDataDictionary.)
Public methodGetEnumerator
Gets an enumerator for iterating over the key/value pairs in this dictionary.
(Inherited from IDataDictionary.)
Public methodGetFloat(String)
Returns a float value held in the dictionary.
(Inherited from IDataDictionary.)
Public methodGetFloat(String, Single)
Returns a float value held in the dictionary, or the defaultValue if the key cannot be found.
(Inherited from IDataDictionary.)
Public methodGetInt(String)
Returns an integer value held in the dictionary.
(Inherited from IDataDictionary.)
Public methodGetInt(String, Int32)
Returns an integer value held in the dictionary, or the defaultValue if the key cannot be found.
(Inherited from IDataDictionary.)
Public methodGetList(String)
Returns a list value held in the dictionary.
(Inherited from IDataDictionary.)
Public methodGetList(String, ArrayList)
Returns a list held in the dictionary, or the defaultList if the key cannot be found.
(Inherited from IDataDictionary.)
Public methodGetLong(String)
Returns a long value held in the dictionary.
(Inherited from IDataDictionary.)
Public methodGetLong(String, Int64)
Returns a long value held in the dictionary, or the defaultValue if the key cannot be found.
(Inherited from IDataDictionary.)
Public methodGetString(String)
Returns a string value held in the dictionary.
(Inherited from IDataDictionary.)
Public methodGetString(String, String)
Returns a string value held in the dictionary, or the defaultValue if the key cannot be found.
(Inherited from IDataDictionary.)
Public methodHasKey
Determines whether the specified key is contained within the dictionary.
(Inherited from IDataDictionary.)
Public methodMoveNext
Advances the enumerator to the next element of the collection.
(Inherited from IEnumerator.)
Public methodReset
Sets the enumerator to its initial position, which is before the first element in the collection.
(Inherited from IEnumerator.)
Public methodSet T 
Sets an object value in the dictionary.
(Inherited from IDataDictionary.)
Public methodSetBoolean
Sets a boolean value in the dictionary.
(Inherited from IDataDictionary.)
Public methodSetDouble
Sets a double value in the dictionary.
(Inherited from IDataDictionary.)
Public methodSetFloat
Sets a float value in the dictionary.
(Inherited from IDataDictionary.)
Public methodSetInt
Sets an integer value in the dictionary.
(Inherited from IDataDictionary.)
Public methodSetList
Sets a list value in the dictionary.
(Inherited from IDataDictionary.)
Public methodSetLong
Sets a long value in the dictionary.
(Inherited from IDataDictionary.)
Public methodSetString
Sets a string value in the dictionary.
(Inherited from IDataDictionary.)
Back to Top
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