RecroGridOnCreateClientRecAsync Method
Creating a record to be sent to the client based on the query result.
Namespace: Recrovit.RecroGridFrameworkAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.3.0.24.0115.1
protected virtual Task<List<Object>> OnCreateClientRecAsync(
RecroGridRGProperty[] rgs,
int idx,
IDataRecord dbDataRec,
Object[] arrayRec
)
- rgs RecroGridRGProperty
- An enumeration of RecroGridRGProperty objects that determine the type of objects found in the record.
- idx Int32
- The index of the current item in the list to be sent to the client.
- dbDataRec IDataRecord
- The data record in case of a database query.
- arrayRec Object
- The data record in case of unique data handling.
TaskListObjectA record of the object to be sent to the client.