Click or drag to resize

IArray Methods

The IArray type exposes the following members.

Methods
  NameDescription
Public methodGetArray
Gets the value at the given index as a read only array
Public methodGetBlob
Gets the value at the given index as a Blob
Public methodGetBoolean
Gets the value at the given index as a Boolean
Public methodGetDate
Gets the value at the given index as a DateTimeOffset
Public methodGetDictionary
Gets the value at the given index as a DictionaryObject
Public methodGetDouble
Gets the value at the given index as a Double
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableObject.)
Public methodGetFloat
Gets the value at the given index as a Single
Public methodGetInt
Gets the value at the given index as an Int32
Public methodGetLong
Gets the value at the given index as an Int64
Public methodGetString
Gets the value at the given index as a String
Public methodGetValue
Gets the value at the given index as an untyped object
Public methodToList
Converts the contents of the array to a .NET list type
Top
See Also