IWisejDataStore
Wisej.Core.IWisejDataStore
Last updated
Wisej.Core.IWisejDataStore
Last updated
Namespace: Wisej.Core
Assembly: Wisej.Framework (3.1.0.0)
All wisej data stores implement this interface.
Returns the number of available records.
Returns: Int32. The total number of rows.
Returns a data object.
Parameter | Type | Description |
---|---|---|
data | Request parameters. The parameters depend on the data consumer. For example, the DataGridView control uses: first, last, sortIndex, and sortDirection("asc" or "desc"). |
Returns: Object. An object that contains the data requested by the component.
Name | Description |
---|---|
Represents a data grid control. | |
Represents a list view control, which displays a collection of items that can be displayed using one of four different views. |