Mono Class Library: Overview

System.Data.Common.DbDataReader: Members

The members of System.Data.Common.DbDataReader are listed below.

See Also: Inherited members from System.MarshalByRefObject

Protected Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
abstract
Depthint. Documentation for this section has not yet been entered.
[read-only]
abstract
FieldCountint. Documentation for this section has not yet been entered.
[read-only]
abstract
HasRowsbool. Documentation for this section has not yet been entered.
[read-only]
abstract
IsClosedbool. Documentation for this section has not yet been entered.
[read-only]
default property
abstract
Item(int)object. Documentation for this section has not yet been entered.
[read-only]
default property
abstract
Item(string)object. Documentation for this section has not yet been entered.
[read-only]
abstract
RecordsAffectedint. Documentation for this section has not yet been entered.
[read-only]
VisibleFieldCountint. Documentation for this section has not yet been entered.

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.

Explicitly Implemented Interface Members

System.Data.IDataRecord.GetDataDocumentation for this section has not yet been entered.

Extension Methods

static
AsQueryable(this IEnumerable) : System.Linq.IQueryable
Documentation for this section has not yet been entered.
static
Cast<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.
static
OfType<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.