C# Class 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.

Inheritance: FastObjectListView
Afficher le fichier Open project: jcaillon/3P Class Usage Examples

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
CreateDataSourceAdapter ( ) : DataSourceAdapter

Create the DataSourceAdapter that this control will use.

Subclasses should overrride this to create their own specialized adapters

Method Details

CreateDataSourceAdapter() protected méthode

Create the DataSourceAdapter that this control will use.
Subclasses should overrride this to create their own specialized adapters
protected CreateDataSourceAdapter ( ) : DataSourceAdapter
Résultat DataSourceAdapter