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.1.0.23.1204.1+9d8b98a22c49d038b4e3323bfe56aa1d0eabe7ae
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.