C# 클래스 JPB.DataAccess.AdoWrapper.EgarDataRecord

Provides an IDataRecord Access that enumerates the Source record
상속: IDataRecord, IDisposable
파일 보기 프로젝트 열기: JPVenson/DataAccess

Private Properties

프로퍼티 타입 설명
this objectIDataRecord.System
this objectIDataRecord.System

공개 메소드들

메소드 설명
Dispose ( ) : void
EgarDataRecord ( IDataRecord sourceRecord, DbAccessLayer accessLayer ) : System

Enumerates all items in the source record

FromDictionary ( object>.Dictionary values ) : EgarDataRecord

Creates a new Eagar recrod based on an Dictionary

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
GetData ( int i ) : IDataReader
GetDataTypeName ( int i ) : string
GetDateTime ( int i ) : System.DateTime
GetDecimal ( int i ) : decimal
GetDouble ( int i ) : double
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
GetString ( int i ) : string
GetValue ( int i ) : object
GetValues ( object values ) : int
IsDBNull ( int i ) : bool

보호된 메소드들

메소드 설명
EgarDataRecord ( ) : System

비공개 메소드들

메소드 설명
this ( int i ) : objectIDataRecord.System
this ( string name ) : objectIDataRecord.System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EgarDataRecord() 보호된 메소드

protected EgarDataRecord ( ) : System
리턴 System

EgarDataRecord() 공개 메소드

Enumerates all items in the source record
public EgarDataRecord ( IDataRecord sourceRecord, DbAccessLayer accessLayer ) : System
sourceRecord IDataRecord
accessLayer JPB.DataAccess.Manager.DbAccessLayer
리턴 System

FromDictionary() 공개 정적인 메소드

Creates a new Eagar recrod based on an Dictionary
public static FromDictionary ( object>.Dictionary values ) : EgarDataRecord
values object>.Dictionary
리턴 EgarDataRecord

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, byte buffer, int bufferoffset, int length ) : long
i int
fieldOffset long
buffer byte
bufferoffset int
length int
리턴 long

GetChar() 공개 메소드

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

GetChars() 공개 메소드

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

GetData() 공개 메소드

public GetData ( int i ) : IDataReader
i int
리턴 IDataReader

GetDataTypeName() 공개 메소드

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

GetDateTime() 공개 메소드

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

GetDecimal() 공개 메소드

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

GetDouble() 공개 메소드

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

GetFieldType() 공개 메소드

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

GetFloat() 공개 메소드

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

GetGuid() 공개 메소드

public GetGuid ( int i ) : System.Guid
i int
리턴 System.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

GetString() 공개 메소드

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

GetValue() 공개 메소드

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

GetValues() 공개 메소드

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

IsDBNull() 공개 메소드

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