C# Class AccessProviderSample.AccessDBContentWriter

Content writer used to write data in this provider.
Inheritance: IContentWriter
Afficher le fichier Open project: Huddle/Puddle

Méthodes publiques

Méthode 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

Méthode Description
AccessDBContentWriter ( string path, AccessDBProvider provider ) : System

Method Details

Close() public méthode

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

Dispose() public méthode

Dispose any resources being used
public Dispose ( ) : void
Résultat void

Seek() public méthode

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
Résultat void

Write() public méthode

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