C# Класс FiftyOne.Foundation.Mobile.Detection.Entities.Stream.DataSet

A data set returned from the stream factory which includes a pool of data readers that are used to fetch data from the source when the data set is used to retrieve data not already in memory.
Наследование: Entities.DataSet, IStreamDataSet
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
DataSet System
DataSet System

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

Метод Описание
ResetCache ( ) : void

Resets the cache for the data set.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Disposes of the data set closing all readers and streams in the pool. If a temporary data file is used then the file is also deleted if it's not being used by other processes.

Приватные методы

Метод Описание
DataSet ( byte data, Modes mode ) : System

Creates a new stream data set connected to the byte array data source provided.

DataSet ( string fileName, System.DateTime lastModified, Modes mode, bool isTempFile ) : System

Creates a new stream DataSet connected to the data file provided.

Описание методов

Dispose() защищенный Метод

Disposes of the data set closing all readers and streams in the pool. If a temporary data file is used then the file is also deleted if it's not being used by other processes.
protected Dispose ( bool disposing ) : void
disposing bool /// True if the calling method is Dispose, false for the finaliser. ///
Результат void

ResetCache() публичный Метод

Resets the cache for the data set.
public ResetCache ( ) : void
Результат void