C# Класс AccessProviderSample.AccessDBContentReader

Content reader used to retrieve data from this provider.
Наследование: IContentReader
Показать файл Открыть проект

Открытые методы

Метод Описание
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