RecroGridETEntityOnGetRGDataAsync Method

The data retrieval.

Definition

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

Parameters

param  RecroGridRGGetDataParam
The parameter.

Return Value

TaskListListObject
The object to be sent to the client containing the complete result.

See Also