AdomdDataReader Methods
Include Protected Members
Include Inherited Members
The AdomdDataReader type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Close() | Closes the AdomdDataReader. |
![]() |
CreateObjRef(Type) | (Inherited from MarshalByRefObject.) |
![]() |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetBoolean(Int32) | Returns a Boolean that contains the value from the specified column. |
![]() |
GetByte(Int32) | Returns a Byte that contains the value from the specified column. |
![]() |
GetBytes(Int32, Int64, array<Byte[], Int32, Int32) | This member is reserved for future use. |
![]() |
GetChar(Int32) | Returns a Char that contains the value from the specified column. |
![]() |
GetChars(Int32, Int64, array<Char[], Int32, Int32) | Returns an array of Char objects that contain a stream of values from the specified column. |
![]() |
GetData(Int32) | Returns a System.Data.IDataReader interface to be used when a column points to more remote structured data. |
![]() |
GetDataReader(Int32) | Gets an AdomdDataReader object from the specified column. |
![]() |
GetDataTypeName(Int32) | Returns a String that contains the full name of the data type for the specified column. |
![]() |
GetDateTime(Int32) | Returns a DateTime that contains the value from the specified column. |
![]() |
GetDecimal(Int32) | Returns a Decimal that contains the value from the specified column. |
![]() |
GetDouble(Int32) | Returns a Double that contains the value from the specified column. |
![]() |
GetEnumerator() | Gets an IEnumerator interface for iterating through the collection. |
![]() |
GetFieldType(Int32) | Returns a Type that represents the data type of the specified column. |
![]() |
GetFloat(Int32) | Returns a Float that contains the value from the specified column. |
![]() |
GetGuid(Int32) | Returns a Guid that contains the value from the specified column. |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetInt16(Int32) | Returns an Int16 that contains the value from the specified column. |
![]() |
GetInt32(Int32) | Returns an Int32 that contains the value from the specified column. |
![]() |
GetInt64(Int32) | Returns an Int64 that contains the value from the specified column. |
![]() |
GetLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() |
GetName(Int32) | Returns the name of the specified column. |
![]() |
GetOrdinal(String) | Returns the ordinal position of the specified column. |
![]() |
GetSchemaTable() | Returns a DataTable that describes the column metadata of the AdomdDataReader. |
![]() |
GetString(Int32) | Returns a String that contains the value from the specified column. |
![]() |
GetTimeSpan(Int32) | Returns a TimeSpan that contains the value from the specified column. |
![]() |
GetType() | (Inherited from Object.) |
![]() |
GetValue(Int32) | Returns the value for the specified column in its native format. |
![]() |
GetValues(array<Object[]) | Gets an array of values for all of the columns in the current row. |
![]() |
InitializeLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() |
IsDBNull(Int32) | Returns a Boolean that contains a value indicating whether the column is set to null. |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
![]() |
NextResult() | This member is reserved for future use. |
![]() |
Read() | Advances the AdomdDataReader to the next row. |
![]() |
ToString() | (Inherited from Object.) |
Top