Mono Class Library: Overview

System.Data.IDataRecord: Members

The members of System.Data.IDataRecord are listed below.

Public Properties

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

Public Methods

GetBoolean(int) : bool
Documentation for this section has not yet been entered.
GetByte(int) : byte
Documentation for this section has not yet been entered.
GetBytes(int, long, byte[], int, int) : long
Documentation for this section has not yet been entered.
GetChar(int) : char
Documentation for this section has not yet been entered.
GetChars(int, long, char[], int, int) : long
Documentation for this section has not yet been entered.
GetData(int) : IDataReader
Documentation for this section has not yet been entered.
GetDataTypeName(int) : string
Documentation for this section has not yet been entered.
GetDateTime(int) : DateTime
Documentation for this section has not yet been entered.
GetDecimal(int) : decimal
Documentation for this section has not yet been entered.
GetDouble(int) : double
Documentation for this section has not yet been entered.
GetFieldType(int) : Type
Documentation for this section has not yet been entered.
GetFloat(int) : float
Documentation for this section has not yet been entered.
GetGuid(int) : Guid
Documentation for this section has not yet been entered.
GetInt16(int) : short
Documentation for this section has not yet been entered.
GetInt32(int) : int
Documentation for this section has not yet been entered.
GetInt64(int) : long
Documentation for this section has not yet been entered.
GetName(int) : string
Documentation for this section has not yet been entered.
GetOrdinal(string) : int
Documentation for this section has not yet been entered.
GetString(int) : string
Documentation for this section has not yet been entered.
GetValue(int) : object
Documentation for this section has not yet been entered.
GetValues(object[]) : int
Documentation for this section has not yet been entered.
IsDBNull(int) : bool
Documentation for this section has not yet been entered.