C# 클래스 AccessProviderSample.AccessDBContentWriter

Content writer used to write data in this provider.
상속: IContentWriter
파일 보기 프로젝트 열기: Huddle/Puddle

공개 메소드들

메소드 설명
Close ( ) : void

Closes the content reader, so all members are reset

Dispose ( ) : void

Dispose any resources being used

Seek ( long offset, System origin ) : void

Moves the content reader specified number of rows from the origin

Write ( IList content ) : IList

Write the specified row contents in the source

비공개 메소드들

메소드 설명
AccessDBContentWriter ( 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

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

Write() 공개 메소드

Write the specified row contents in the source
public Write ( IList content ) : IList
content IList The contents to be written to the source. ///
리턴 IList