C# Class AccessProviderSample.AccessDBContentReader

Content reader used to retrieve data from this provider.
Inheritance: IContentReader
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

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

Private Methods

Méthode Description
AccessDBContentReader ( 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

Read() public méthode

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

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