C# Class Shaolinq.Persistence.DataReaderWrapper

Inheritance: IDataReader
Afficher le fichier Open project: tumtumtum/Shaolinq

Méthodes publiques

Méthode Description
Close ( ) : void
DataReaderWrapper ( IDataReader inner ) : System
GetBoolean ( int i ) : bool
GetByte ( int i ) : byte
GetBytes ( int i, long fieldOffset, byte buffer, int bufferoffset, int length ) : long
GetChar ( int i ) : char
GetChars ( int i, long fieldoffset, char buffer, int bufferoffset, int length ) : long
GetDataTypeName ( int i ) : string
GetDateTime ( int i ) : System.DateTime
GetDecimal ( int i ) : decimal
GetDouble ( int i ) : double
GetEnumerator ( ) : IEnumerator
GetFieldType ( int i ) : Type
GetFloat ( int i ) : float
GetGuid ( int i ) : System.Guid
GetInt16 ( int i ) : short
GetInt32 ( int i ) : int
GetInt64 ( int i ) : long
GetName ( int i ) : string
GetOrdinal ( string name ) : int
GetSchemaTable ( ) : DataTable
GetString ( int i ) : string
GetValue ( int i ) : object
GetValues ( object values ) : int
IsDBNull ( int i ) : bool
NextResult ( ) : bool
Read ( ) : bool
this ( int i ) : object
this ( string name ) : object

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
GetDbDataReader ( int ordinal ) : DbDataReader

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

DataReaderWrapper() public méthode

public DataReaderWrapper ( IDataReader inner ) : System
inner IDataReader
Résultat System

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetBoolean() public méthode

public GetBoolean ( int i ) : bool
i int
Résultat bool

GetByte() public méthode

public GetByte ( int i ) : byte
i int
Résultat byte

GetBytes() public méthode

public GetBytes ( int i, long fieldOffset, byte buffer, int bufferoffset, int length ) : long
i int
fieldOffset long
buffer byte
bufferoffset int
length int
Résultat long

GetChar() public méthode

public GetChar ( int i ) : char
i int
Résultat char

GetChars() public méthode

public GetChars ( int i, long fieldoffset, char buffer, int bufferoffset, int length ) : long
i int
fieldoffset long
buffer char
bufferoffset int
length int
Résultat long

GetDataTypeName() public méthode

public GetDataTypeName ( int i ) : string
i int
Résultat string

GetDateTime() public méthode

public GetDateTime ( int i ) : System.DateTime
i int
Résultat System.DateTime

GetDbDataReader() protected méthode

protected GetDbDataReader ( int ordinal ) : DbDataReader
ordinal int
Résultat DbDataReader

GetDecimal() public méthode

public GetDecimal ( int i ) : decimal
i int
Résultat decimal

GetDouble() public méthode

public GetDouble ( int i ) : double
i int
Résultat double

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

GetFieldType() public méthode

public GetFieldType ( int i ) : Type
i int
Résultat System.Type

GetFloat() public méthode

public GetFloat ( int i ) : float
i int
Résultat float

GetGuid() public méthode

public GetGuid ( int i ) : System.Guid
i int
Résultat System.Guid

GetInt16() public méthode

public GetInt16 ( int i ) : short
i int
Résultat short

GetInt32() public méthode

public GetInt32 ( int i ) : int
i int
Résultat int

GetInt64() public méthode

public GetInt64 ( int i ) : long
i int
Résultat long

GetName() public méthode

public GetName ( int i ) : string
i int
Résultat string

GetOrdinal() public méthode

public GetOrdinal ( string name ) : int
name string
Résultat int

GetSchemaTable() public méthode

public GetSchemaTable ( ) : DataTable
Résultat System.Data.DataTable

GetString() public méthode

public GetString ( int i ) : string
i int
Résultat string

GetValue() public méthode

public GetValue ( int i ) : object
i int
Résultat object

GetValues() public méthode

public GetValues ( object values ) : int
values object
Résultat int

IsDBNull() public méthode

public IsDBNull ( int i ) : bool
i int
Résultat bool

NextResult() public méthode

public NextResult ( ) : bool
Résultat bool

Read() public méthode

public Read ( ) : bool
Résultat bool

this() public méthode

public this ( int i ) : object
i int
Résultat object

this() public méthode

public this ( string name ) : object
name string
Résultat object