Mono Class Library: Overview

System.Data.Common.DbDataReader: Method Members

The methods of System.Data.Common.DbDataReader are listed below. For a list of all members, see the DbDataReader Members list.

See Also: Inherited members from System.MarshalByRefObject

Public Methods

abstract
Close()
Documentation for this section has not yet been entered.
Dispose()
Documentation for this section has not yet been entered.
abstract
GetBoolean(int) : bool
Documentation for this section has not yet been entered.
abstract
GetByte(int) : byte
Documentation for this section has not yet been entered.
abstract
GetBytes(int, long, byte[], int, int) : long
Documentation for this section has not yet been entered.
abstract
GetChar(int) : char
Documentation for this section has not yet been entered.
abstract
GetChars(int, long, char[], int, int) : long
Documentation for this section has not yet been entered.
GetData(int) : DbDataReader
Documentation for this section has not yet been entered.
abstract
GetDataTypeName(int) : string
Documentation for this section has not yet been entered.
abstract
GetDateTime(int) : DateTime
Documentation for this section has not yet been entered.
abstract
GetDecimal(int) : decimal
Documentation for this section has not yet been entered.
abstract
GetDouble(int) : double
Documentation for this section has not yet been entered.
abstract
GetEnumerator() : IEnumerator
Documentation for this section has not yet been entered.
abstract
GetFieldType(int) : Type
Documentation for this section has not yet been entered.
abstract
GetFloat(int) : float
Documentation for this section has not yet been entered.
abstract
GetGuid(int) : Guid
Documentation for this section has not yet been entered.
abstract
GetInt16(int) : short
Documentation for this section has not yet been entered.
abstract
GetInt32(int) : int
Documentation for this section has not yet been entered.
abstract
GetInt64(int) : long
Documentation for this section has not yet been entered.
abstract
GetName(int) : string
Documentation for this section has not yet been entered.
abstract
GetOrdinal(string) : int
Documentation for this section has not yet been entered.
GetProviderSpecificFieldType(int) : Type
Documentation for this section has not yet been entered.
GetProviderSpecificValue(int) : object
Documentation for this section has not yet been entered.
GetProviderSpecificValues(object[]) : int
Documentation for this section has not yet been entered.
abstract
GetSchemaTable() : System.Data.DataTable
Documentation for this section has not yet been entered.
abstract
GetString(int) : string
Documentation for this section has not yet been entered.
abstract
GetValue(int) : object
Documentation for this section has not yet been entered.
abstract
GetValues(object[]) : int
Documentation for this section has not yet been entered.
abstract
IsDBNull(int) : bool
Documentation for this section has not yet been entered.
abstract
NextResult() : bool
Documentation for this section has not yet been entered.
abstract
Read() : bool
Documentation for this section has not yet been entered.

Protected Methods

Dispose(bool)
Documentation for this section has not yet been entered.
GetDbDataReader(int) : DbDataReader
Documentation for this section has not yet been entered.