Name | Description | |
---|---|---|
![]() | C1AdoNetVirtualDataCollection Constructor | Initializes a new instance of the C1AdoNetVirtualDataCollection class. |
The following tables list the members exposed by C1AdoNetVirtualDataCollection.
Name | Description | |
---|---|---|
![]() | C1AdoNetVirtualDataCollection Constructor | Initializes a new instance of the C1AdoNetVirtualDataCollection class. |
Name | Description | |
---|---|---|
![]() | ConnectionState | Gets the state of the connection to the source. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | Count | Gets the number of elements in the collection. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | FilterExpression | Gets the filter expression applied to the data. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | IsDisposed | Gets whether the collection is disposed. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
![]() | IsLoading | Gets whether the collection is getting the data. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | IsVirtualizing | (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | Item | Gets the element at the specified index in the read-only list. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | Mode | Gets or sets the way the items will be loaded (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | PageSize | Gets or sets the number of items that will be fetch per page. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | SortDescriptions | Gets the sort descriptions applied to the data. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
Name | Description | |
---|---|---|
![]() | InternalList | Gets or sets the list that hold the items to be returned in the public api. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
Name | Description | |
---|---|---|
![]() | CollectionChanged | Occurs after the collection changed. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
![]() | FilterChanged | Raised after a filter operation was performed. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
![]() | SortChanged | Raised after a sort operation was performed. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |