Mono Class Library: Overview

System.Data.SqlClient.SqlDataReader: Members

The members of System.Data.SqlClient.SqlDataReader are listed below.

See Also: Inherited members from System.Data.Common.DbDataReader

Public Properties

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

Protected Properties

[read-only]
ConnectionSqlConnection. Documentation for this section has not yet been entered.

Public Methods

override
Close()
Documentation for this section has not yet been entered.
override
GetBoolean(int) : bool
Documentation for this section has not yet been entered.
override
GetByte(int) : byte
Documentation for this section has not yet been entered.
override
GetBytes(int, long, byte[], int, int) : long
Documentation for this section has not yet been entered.
override
GetChar(int) : char
Documentation for this section has not yet been entered.
override
GetChars(int, long, char[], int, int) : long
Documentation for this section has not yet been entered.
GetData(int) : System.Data.IDataReader
Documentation for this section has not yet been entered.
override
GetDataTypeName(int) : string
Documentation for this section has not yet been entered.
override
GetDateTime(int) : DateTime
Documentation for this section has not yet been entered.
override
GetDecimal(int) : decimal
Documentation for this section has not yet been entered.
override
GetDouble(int) : double
Documentation for this section has not yet been entered.
override
GetEnumerator() : IEnumerator
Documentation for this section has not yet been entered.
override
GetFieldType(int) : Type
Documentation for this section has not yet been entered.
override
GetFloat(int) : float
Documentation for this section has not yet been entered.
override
GetGuid(int) : Guid
Documentation for this section has not yet been entered.
override
GetInt16(int) : short
Documentation for this section has not yet been entered.
override
GetInt32(int) : int
Documentation for this section has not yet been entered.
override
GetInt64(int) : long
Documentation for this section has not yet been entered.
override
GetName(int) : string
Documentation for this section has not yet been entered.
override
GetOrdinal(string) : int
Documentation for this section has not yet been entered.
override
GetProviderSpecificFieldType(int) : Type
Documentation for this section has not yet been entered.
override
GetProviderSpecificValue(int) : object
Documentation for this section has not yet been entered.
override
GetProviderSpecificValues(object[]) : int
Documentation for this section has not yet been entered.
override
GetSchemaTable() : System.Data.DataTable
Documentation for this section has not yet been entered.
GetSqlBinary(int) : System.Data.SqlTypes.SqlBinary
Documentation for this section has not yet been entered.
GetSqlBoolean(int) : System.Data.SqlTypes.SqlBoolean
Documentation for this section has not yet been entered.
GetSqlByte(int) : System.Data.SqlTypes.SqlByte
Documentation for this section has not yet been entered.
GetSqlBytes(int) : System.Data.SqlTypes.SqlBytes
Documentation for this section has not yet been entered.
GetSqlDateTime(int) : System.Data.SqlTypes.SqlDateTime
Documentation for this section has not yet been entered.
GetSqlDecimal(int) : System.Data.SqlTypes.SqlDecimal
Documentation for this section has not yet been entered.
GetSqlDouble(int) : System.Data.SqlTypes.SqlDouble
Documentation for this section has not yet been entered.
GetSqlGuid(int) : System.Data.SqlTypes.SqlGuid
Documentation for this section has not yet been entered.
GetSqlInt16(int) : System.Data.SqlTypes.SqlInt16
Documentation for this section has not yet been entered.
GetSqlInt32(int) : System.Data.SqlTypes.SqlInt32
Documentation for this section has not yet been entered.
GetSqlInt64(int) : System.Data.SqlTypes.SqlInt64
Documentation for this section has not yet been entered.
GetSqlMoney(int) : System.Data.SqlTypes.SqlMoney
Documentation for this section has not yet been entered.
GetSqlSingle(int) : System.Data.SqlTypes.SqlSingle
Documentation for this section has not yet been entered.
GetSqlString(int) : System.Data.SqlTypes.SqlString
Documentation for this section has not yet been entered.
GetSqlValue(int) : object
Documentation for this section has not yet been entered.
GetSqlValues(object[]) : int
Documentation for this section has not yet been entered.
GetSqlXml(int) : System.Data.SqlTypes.SqlXml
Documentation for this section has not yet been entered.
override
GetString(int) : string
Documentation for this section has not yet been entered.
override
GetValue(int) : object
Documentation for this section has not yet been entered.
override
GetValues(object[]) : int
Documentation for this section has not yet been entered.
override
IsDBNull(int) : bool
Documentation for this section has not yet been entered.
override
NextResult() : bool
Documentation for this section has not yet been entered.
override
Read() : bool
Documentation for this section has not yet been entered.

Protected Methods

IsCommandBehavior(System.Data.CommandBehavior) : bool
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

IDisposable.DisposeDocumentation for this section has not yet been entered.
IEnumerable.GetEnumeratorDocumentation 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.