Click or drag to resize

IResult Methods

The IResult type exposes the following members.

Methods
  NameDescription
Public methodContains
Checks if a given key is present in the dictionary
(Inherited from IDictionaryObject.)
Public methodGetArray(Int32)
Gets the value at the given index as a read only array
(Inherited from IArray.)
Public methodGetArray(String)
Gets the value of a given key as an IArray
(Inherited from IDictionaryObject.)
Public methodGetBlob(Int32)
Gets the value at the given index as a Blob
(Inherited from IArray.)
Public methodGetBlob(String)
Gets the value of a given key as a Blob
(Inherited from IDictionaryObject.)
Public methodGetBoolean(Int32)
Gets the value at the given index as a Boolean
(Inherited from IArray.)
Public methodGetBoolean(String)
Gets the value of a given key as a Boolean
(Inherited from IDictionaryObject.)
Public methodGetDate(Int32)
Gets the value at the given index as a DateTimeOffset
(Inherited from IArray.)
Public methodGetDate(String)
Gets the value of a given key as a DateTimeOffset
(Inherited from IDictionaryObject.)
Public methodGetDictionary(Int32)
Gets the value at the given index as a DictionaryObject
(Inherited from IArray.)
Public methodGetDictionary(String)
Gets the value of a given key as a readonly dictionary
(Inherited from IDictionaryObject.)
Public methodGetDouble(Int32)
Gets the value at the given index as a Double
(Inherited from IArray.)
Public methodGetDouble(String)
Gets the value of a given key as a Double
(Inherited from IDictionaryObject.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableObject.)
Public methodGetFloat(Int32)
Gets the value at the given index as a Single
(Inherited from IArray.)
Public methodGetFloat(String)
Gets the value of a given key as a Single
(Inherited from IDictionaryObject.)
Public methodGetInt(Int32)
Gets the value at the given index as an Int32
(Inherited from IArray.)
Public methodGetInt(String)
Gets the value of a given key as an Int32
(Inherited from IDictionaryObject.)
Public methodGetLong(Int32)
Gets the value at the given index as an Int64
(Inherited from IArray.)
Public methodGetLong(String)
Gets the value of a given key as an Int64
(Inherited from IDictionaryObject.)
Public methodGetString(Int32)
Gets the value at the given index as a String
(Inherited from IArray.)
Public methodGetString(String)
Gets the value of a given key as a String
(Inherited from IDictionaryObject.)
Public methodGetValue(Int32)
Gets the value at the given index as an untyped object
(Inherited from IArray.)
Public methodGetValue(String)
Gets the value of a given key as an untyped object
(Inherited from IDictionaryObject.)
Public methodToDictionary (Inherited from IDictionaryObject.)
Public methodToList
Converts this object to a standard .NET collection
(Inherited from IArray.)
Top
See Also