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
파일 보기 프로젝트 열기: jcaillon/3P 1 사용 예제들

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