C# 클래스 Dapper.DbWrappedReader

상속: DbDataReader, IWrappedDataReader
파일 보기 프로젝트 열기: lifebear/dapper-dot-net

Private Properties

프로퍼티 타입 설명
InitializeLifetimeService object

공개 메소드들

메소드 설명
Close ( ) : void
DbWrappedReader ( IDbCommand cmd, DbDataReader reader ) : System
GetBoolean ( int i ) : bool
GetByte ( int i ) : byte
GetBytes ( int i, long fieldOffset, Array buffer, int bufferoffset, int length ) : long
GetChar ( int i ) : char
GetChars ( int i, long fieldoffset, Array buffer, int bufferoffset, int length ) : long
GetDataTypeName ( int i ) : string
GetDateTime ( int i ) : DateTime
GetDecimal ( int i ) : decimal
GetDouble ( int i ) : double
GetEnumerator ( ) : IEnumerator
GetFieldType ( int i ) : Type
GetFieldValue ( int ordinal ) : T
GetFieldValueAsync ( int ordinal, CancellationToken cancellationToken ) : Task
GetFloat ( int i ) : float
GetGuid ( int i ) : Guid
GetInt16 ( int i ) : short
GetInt32 ( int i ) : int
GetInt64 ( int i ) : long
GetName ( int i ) : 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 i ) : string
GetTextReader ( int ordinal ) : TextReader
GetValue ( int i ) : object
GetValues ( Array values ) : int
IsDBNull ( int i ) : bool
IsDBNullAsync ( int ordinal, CancellationToken cancellationToken ) : Task
NextResult ( ) : bool
NextResultAsync ( CancellationToken cancellationToken ) : Task
Read ( ) : bool
ReadAsync ( CancellationToken cancellationToken ) : Task
this ( int i ) : object
this ( string name ) : object

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
GetDbDataReader ( int ordinal ) : DbDataReader

비공개 메소드들

메소드 설명
InitializeLifetimeService ( ) : object

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

DbWrappedReader() 공개 메소드

public DbWrappedReader ( IDbCommand cmd, DbDataReader reader ) : System
cmd IDbCommand
reader DbDataReader
리턴 System

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetBoolean() 공개 메소드

public GetBoolean ( int i ) : bool
i int
리턴 bool

GetByte() 공개 메소드

public GetByte ( int i ) : byte
i int
리턴 byte

GetBytes() 공개 메소드

public GetBytes ( int i, long fieldOffset, Array buffer, int bufferoffset, int length ) : long
i int
fieldOffset long
buffer Array
bufferoffset int
length int
리턴 long

GetChar() 공개 메소드

public GetChar ( int i ) : char
i int
리턴 char

GetChars() 공개 메소드

public GetChars ( int i, long fieldoffset, Array buffer, int bufferoffset, int length ) : long
i int
fieldoffset long
buffer Array
bufferoffset int
length int
리턴 long

GetDataTypeName() 공개 메소드

public GetDataTypeName ( int i ) : string
i int
리턴 string

GetDateTime() 공개 메소드

public GetDateTime ( int i ) : DateTime
i int
리턴 DateTime

GetDbDataReader() 보호된 메소드

protected GetDbDataReader ( int ordinal ) : DbDataReader
ordinal int
리턴 DbDataReader

GetDecimal() 공개 메소드

public GetDecimal ( int i ) : decimal
i int
리턴 decimal

GetDouble() 공개 메소드

public GetDouble ( int i ) : double
i int
리턴 double

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

GetFieldType() 공개 메소드

public GetFieldType ( int i ) : Type
i int
리턴 Type

GetFieldValue() 공개 메소드

public GetFieldValue ( int ordinal ) : T
ordinal int
리턴 T

GetFieldValueAsync() 공개 메소드

public GetFieldValueAsync ( int ordinal, CancellationToken cancellationToken ) : Task
ordinal int
cancellationToken CancellationToken
리턴 Task

GetFloat() 공개 메소드

public GetFloat ( int i ) : float
i int
리턴 float

GetGuid() 공개 메소드

public GetGuid ( int i ) : Guid
i int
리턴 Guid

GetInt16() 공개 메소드

public GetInt16 ( int i ) : short
i int
리턴 short

GetInt32() 공개 메소드

public GetInt32 ( int i ) : int
i int
리턴 int

GetInt64() 공개 메소드

public GetInt64 ( int i ) : long
i int
리턴 long

GetName() 공개 메소드

public GetName ( int i ) : string
i int
리턴 string

GetOrdinal() 공개 메소드

public GetOrdinal ( string name ) : int
name string
리턴 int

GetProviderSpecificFieldType() 공개 메소드

public GetProviderSpecificFieldType ( int ordinal ) : Type
ordinal int
리턴 Type

GetProviderSpecificValue() 공개 메소드

public GetProviderSpecificValue ( int ordinal ) : object
ordinal int
리턴 object

GetProviderSpecificValues() 공개 메소드

public GetProviderSpecificValues ( Array values ) : int
values Array
리턴 int

GetSchemaTable() 공개 메소드

public GetSchemaTable ( ) : DataTable
리턴 DataTable

GetStream() 공개 메소드

public GetStream ( int ordinal ) : Stream
ordinal int
리턴 Stream

GetString() 공개 메소드

public GetString ( int i ) : string
i int
리턴 string

GetTextReader() 공개 메소드

public GetTextReader ( int ordinal ) : TextReader
ordinal int
리턴 TextReader

GetValue() 공개 메소드

public GetValue ( int i ) : object
i int
리턴 object

GetValues() 공개 메소드

public GetValues ( Array values ) : int
values Array
리턴 int

IsDBNull() 공개 메소드

public IsDBNull ( int i ) : bool
i int
리턴 bool

IsDBNullAsync() 공개 메소드

public IsDBNullAsync ( int ordinal, CancellationToken cancellationToken ) : Task
ordinal int
cancellationToken CancellationToken
리턴 Task

NextResult() 공개 메소드

public NextResult ( ) : bool
리턴 bool

NextResultAsync() 공개 메소드

public NextResultAsync ( CancellationToken cancellationToken ) : Task
cancellationToken CancellationToken
리턴 Task

Read() 공개 메소드

public Read ( ) : bool
리턴 bool

ReadAsync() 공개 메소드

public ReadAsync ( CancellationToken cancellationToken ) : Task
cancellationToken CancellationToken
리턴 Task

this() 공개 메소드

public this ( int i ) : object
i int
리턴 object

this() 공개 메소드

public this ( string name ) : object
name string
리턴 object