RecroGridE<TEntity>.OnGetRGDataAsync Method

The data retrieval.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.5.0.24.0221.1
C#
protected override Task<List<List<Object>>> OnGetRGDataAsync(
	RecroGrid.RGGetDataParam param
)

Parameters

param  RecroGrid.RGGetDataParam
The parameter.

Return Value

Task<List<List<Object>>>
The object to be sent to the client containing the complete result.

See Also