C# Класс BrightIdeasSoftware.FastDataListView

A FastDataListView virtualizes the display of data from a DataSource. It operates on DataSets and DataTables in the same way as a DataListView, but does so much more efficiently.

A FastDataListView still has to load all its data from the DataSource. If you have SQL statement that returns 1 million rows, all 1 million rows will still need to read from the database. However, once the rows are loaded, the FastDataListView will only build rows as they are displayed.

Наследование: FastObjectListView
Показать файл Открыть проект Примеры использования класса

Private Properties

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

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

Метод Описание
CreateDataSourceAdapter ( ) : DataSourceAdapter

Create the DataSourceAdapter that this control will use.

Subclasses should overrride this to create their own specialized adapters

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

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

Create the DataSourceAdapter that this control will use.
Subclasses should overrride this to create their own specialized adapters
protected CreateDataSourceAdapter ( ) : DataSourceAdapter
Результат DataSourceAdapter