C# 클래스 AccessProviderSample.AccessDBContentReader

Content reader used to retrieve data from this provider.
상속: IContentReader
파일 보기 프로젝트 열기: Huddle/Puddle

공개 메소드들

메소드 설명
Close ( ) : void

Closes the content reader, so all members are reset

Dispose ( ) : void

Dispose any resources being used

Read ( long readCount ) : IList

Read the specified number of rows from the source.

Seek ( long offset, System origin ) : void

Moves the content reader specified number of rows from the origin

비공개 메소드들

메소드 설명
AccessDBContentReader ( string path, AccessDBProvider provider ) : System

메소드 상세

Close() 공개 메소드

Closes the content reader, so all members are reset
public Close ( ) : void
리턴 void

Dispose() 공개 메소드

Dispose any resources being used
public Dispose ( ) : void
리턴 void

Read() 공개 메소드

Read the specified number of rows from the source.
public Read ( long readCount ) : IList
readCount long The number of items to /// return.
리턴 IList

Seek() 공개 메소드

Moves the content reader specified number of rows from the origin
public Seek ( long offset, System origin ) : void
offset long Number of rows to offset
origin System Starting row from which to offset
리턴 void