C# Класс AccessProviderSample.AccessDBContentWriter

Content writer used to write data in this provider.
Наследование: IContentWriter
Показать файл Открыть проект

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

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