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

상속: EgarDataRecord, IDataReader
파일 보기 프로젝트 열기: JPVenson/DataAccess

공개 메소드들

메소드 설명
Close ( ) : void
EagarDataReader ( IDataRecord sourceRecord, DbAccessLayer accessLayer ) : System
GetSchemaTable ( ) : DataTable
NextResult ( ) : bool
Read ( ) : bool

비공개 메소드들

메소드 설명
EagarDataReader ( object sourceObject, DbAccessLayer accessLayer ) : System

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

EagarDataReader() 공개 메소드

public EagarDataReader ( IDataRecord sourceRecord, DbAccessLayer accessLayer ) : System
sourceRecord IDataRecord
accessLayer JPB.DataAccess.Manager.DbAccessLayer
리턴 System

GetSchemaTable() 공개 메소드

public GetSchemaTable ( ) : DataTable
리턴 System.Data.DataTable

NextResult() 공개 메소드

public NextResult ( ) : bool
리턴 bool

Read() 공개 메소드

public Read ( ) : bool
리턴 bool