C# Class Dapper.DisposedReader

Inheritance: DbDataReader
Exibir arquivo Open project: lifebear/dapper-dot-net

Public Methods

Method Description
Close ( ) : void
GetBoolean ( int ordinal ) : bool
GetByte ( int ordinal ) : byte
GetBytes ( int ordinal, long dataOffset, Array buffer, int bufferOffset, int length ) : long
GetChar ( int ordinal ) : char
GetChars ( int ordinal, long dataOffset, Array buffer, int bufferOffset, int length ) : long
GetDataTypeName ( int ordinal ) : string
GetDateTime ( int ordinal ) : DateTime
GetDecimal ( int ordinal ) : decimal
GetDouble ( int ordinal ) : double
GetEnumerator ( ) : IEnumerator
GetFieldType ( int ordinal ) : Type
GetFieldValue ( int ordinal ) : T
GetFieldValueAsync ( int ordinal, CancellationToken cancellationToken ) : Task
GetFloat ( int ordinal ) : float
GetGuid ( int ordinal ) : Guid
GetInt16 ( int ordinal ) : short
GetInt32 ( int ordinal ) : int
GetInt64 ( int ordinal ) : long
GetName ( int ordinal ) : string
GetOrdinal ( string name ) : int
GetProviderSpecificFieldType ( int ordinal ) : Type
GetProviderSpecificValue ( int ordinal ) : object
GetProviderSpecificValues ( Array values ) : int
GetSchemaTable ( ) : DataTable
GetStream ( int ordinal ) : Stream
GetString ( int ordinal ) : string
GetTextReader ( int ordinal ) : TextReader
GetValue ( int ordinal ) : object
GetValues ( Array values ) : int
IsDBNull ( int ordinal ) : bool
IsDBNullAsync ( int ordinal, CancellationToken cancellationToken ) : Task
NextResult ( ) : bool
NextResultAsync ( CancellationToken cancellationToken ) : Task
Read ( ) : bool
ReadAsync ( CancellationToken cancellationToken ) : Task
this ( int ordinal ) : object
this ( string name ) : object

Protected Methods

Method Description
Dispose ( bool disposing ) : void
GetDbDataReader ( int ordinal ) : DbDataReader

Private Methods

Method Description
DisposedReader ( ) : System
InitializeLifetimeService ( ) : object
ThrowDisposed ( ) : T
ThrowDisposedAsync ( ) : Task

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetBoolean() public method

public GetBoolean ( int ordinal ) : bool
ordinal int
return bool

GetByte() public method

public GetByte ( int ordinal ) : byte
ordinal int
return byte

GetBytes() public method

public GetBytes ( int ordinal, long dataOffset, Array buffer, int bufferOffset, int length ) : long
ordinal int
dataOffset long
buffer Array
bufferOffset int
length int
return long

GetChar() public method

public GetChar ( int ordinal ) : char
ordinal int
return char

GetChars() public method

public GetChars ( int ordinal, long dataOffset, Array buffer, int bufferOffset, int length ) : long
ordinal int
dataOffset long
buffer Array
bufferOffset int
length int
return long

GetDataTypeName() public method

public GetDataTypeName ( int ordinal ) : string
ordinal int
return string

GetDateTime() public method

public GetDateTime ( int ordinal ) : DateTime
ordinal int
return DateTime

GetDbDataReader() protected method

protected GetDbDataReader ( int ordinal ) : DbDataReader
ordinal int
return DbDataReader

GetDecimal() public method

public GetDecimal ( int ordinal ) : decimal
ordinal int
return decimal

GetDouble() public method

public GetDouble ( int ordinal ) : double
ordinal int
return double

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

GetFieldType() public method

public GetFieldType ( int ordinal ) : Type
ordinal int
return Type

GetFieldValue() public method

public GetFieldValue ( int ordinal ) : T
ordinal int
return T

GetFieldValueAsync() public method

public GetFieldValueAsync ( int ordinal, CancellationToken cancellationToken ) : Task
ordinal int
cancellationToken CancellationToken
return Task

GetFloat() public method

public GetFloat ( int ordinal ) : float
ordinal int
return float

GetGuid() public method

public GetGuid ( int ordinal ) : Guid
ordinal int
return Guid

GetInt16() public method

public GetInt16 ( int ordinal ) : short
ordinal int
return short

GetInt32() public method

public GetInt32 ( int ordinal ) : int
ordinal int
return int

GetInt64() public method

public GetInt64 ( int ordinal ) : long
ordinal int
return long

GetName() public method

public GetName ( int ordinal ) : string
ordinal int
return string

GetOrdinal() public method

public GetOrdinal ( string name ) : int
name string
return int

GetProviderSpecificFieldType() public method

public GetProviderSpecificFieldType ( int ordinal ) : Type
ordinal int
return Type

GetProviderSpecificValue() public method

public GetProviderSpecificValue ( int ordinal ) : object
ordinal int
return object

GetProviderSpecificValues() public method

public GetProviderSpecificValues ( Array values ) : int
values Array
return int

GetSchemaTable() public method

public GetSchemaTable ( ) : DataTable
return DataTable

GetStream() public method

public GetStream ( int ordinal ) : Stream
ordinal int
return Stream

GetString() public method

public GetString ( int ordinal ) : string
ordinal int
return string

GetTextReader() public method

public GetTextReader ( int ordinal ) : TextReader
ordinal int
return TextReader

GetValue() public method

public GetValue ( int ordinal ) : object
ordinal int
return object

GetValues() public method

public GetValues ( Array values ) : int
values Array
return int

IsDBNull() public method

public IsDBNull ( int ordinal ) : bool
ordinal int
return bool

IsDBNullAsync() public method

public IsDBNullAsync ( int ordinal, CancellationToken cancellationToken ) : Task
ordinal int
cancellationToken CancellationToken
return Task

NextResult() public method

public NextResult ( ) : bool
return bool

NextResultAsync() public method

public NextResultAsync ( CancellationToken cancellationToken ) : Task
cancellationToken CancellationToken
return Task

Read() public method

public Read ( ) : bool
return bool

ReadAsync() public method

public ReadAsync ( CancellationToken cancellationToken ) : Task
cancellationToken CancellationToken
return Task

this() public method

public this ( int ordinal ) : object
ordinal int
return object

this() public method

public this ( string name ) : object
name string
return object