C# Class AccessProviderSample.AccessDBContentWriter

Content writer used to write data in this provider.
Inheritance: IContentWriter
Datei anzeigen Open project: Huddle/Puddle

Public Methods

Method Description
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

Private Methods

Method Description
AccessDBContentWriter ( string path, AccessDBProvider provider ) : System

Method Details

Close() public method

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

Dispose() public method

Dispose any resources being used
public Dispose ( ) : void
return void

Seek() public method

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
return void

Write() public method

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