Поделиться через


Методы AdomdDataReader

Тип AdomdDataReader обеспечивает доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод Close Closes the AdomdDataReader.
Открытый метод CreateObjRef (Производный от MarshalByRefObject.)
Открытый метод Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetBoolean Returns a Boolean that contains the value from the specified column.
Открытый метод GetByte Returns a Byte that contains the value from the specified column.
Открытый метод GetBytes This member is reserved for future use.
Открытый метод GetChar Returns a Char that contains the value from the specified column.
Открытый метод GetChars Returns an array of Char objects that contain a stream of values from the specified column.
Открытый метод GetData Returns a System.Data.IDataReader interface to be used when a column points to more remote structured data.
Открытый метод GetDataReader Gets an AdomdDataReader object from the specified column.
Открытый метод GetDataTypeName Returns a String that contains the full name of the data type for the specified column.
Открытый метод GetDateTime Returns a DateTime that contains the value from the specified column.
Открытый метод GetDecimal Returns a Decimal that contains the value from the specified column.
Открытый метод GetDouble Returns a Double that contains the value from the specified column.
Открытый метод GetEnumerator Gets an IEnumerator interface for iterating through the collection.
Открытый метод GetFieldType Returns a Type that represents the data type of the specified column.
Открытый метод GetFloat Returns a Float that contains the value from the specified column.
Открытый метод GetGuid Returns a Guid that contains the value from the specified column.
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetInt16 Returns an Int16 that contains the value from the specified column.
Открытый метод GetInt32 Returns an Int32 that contains the value from the specified column.
Открытый метод GetInt64 Returns an Int64 that contains the value from the specified column.
Открытый метод GetLifetimeService (Производный от MarshalByRefObject.)
Открытый метод GetName Returns the name of the specified column.
Открытый метод GetOrdinal Returns the ordinal position of the specified column.
Открытый метод GetSchemaTable Returns a DataTable that describes the column metadata of the AdomdDataReader.
Открытый метод GetString Returns a String that contains the value from the specified column.
Открытый метод GetTimeSpan Returns a TimeSpan that contains the value from the specified column.
Открытый метод GetType (Производный от Object.)
Открытый метод GetValue Returns the value for the specified column in its native format.
Открытый метод GetValues Gets an array of values for all of the columns in the current row.
Открытый метод InitializeLifetimeService (Производный от MarshalByRefObject.)
Открытый метод IsDBNull Returns a Boolean that contains a value indicating whether the column is set to null.
Защищенный метод MemberwiseClone() () () () (Производный от Object.)
Защищенный метод MemberwiseClone(Boolean) (Производный от MarshalByRefObject.)
Открытый метод NextResult This member is reserved for future use.
Открытый метод Read Advances the AdomdDataReader to the next row.
Открытый метод ToString (Производный от Object.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод IEnumerable. . :: . .GetEnumerator

В начало