IWisejDataStore

Wisej.Core.IWisejDataStore

Namespace: Wisej.Core

Assembly: Wisej.Framework (3.5.0.0)

All wisej data stores implement this interface.

public interface IWisejDataStore

Methods

Returns the number of available records.

Returns: Int32. The total number of rows.

Returns a data object.

ParameterTypeDescription

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.

Implemented By

NameDescription

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.

Last updated