RecroGrid Framework
C#
Show/Hide TOC
Recro
Grid
E
TEntity
Get
Data
Async Method
Data retrieval.
Definition
Namespace:
Recrovit.RecroGridFramework
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.1.0.24.0419.1
C#
Copy
protected
Task
<
IRGDataRecord
[]>
GetDataAsync
(
RecroGrid
RGGetDataParam
param
)
Parameters
param
RecroGrid
RGGetDataParam
The parameter.
Return Value
Task
IRGDataRecord
The object to be sent to the client containing the complete result.
See Also
Reference
RecroGridE
TEntity
Class
Recrovit.RecroGridFramework Namespace
In This Article
Definition
Parameters
Return Value
See Also