RecroGridGetGridRecAsync Method
Gets the RecroGrid record.
Namespace: Recrovit.RecroGridFrameworkAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.1.0.23.1204.1+9d8b98a22c49d038b4e3323bfe56aa1d0eabe7ae
protected virtual Task<Object> GetGridRecAsync(
IRGDataContext context,
IRGEntityKey entityKey
)
- context IRGDataContext
- The context.
- entityKey IRGEntityKey
- The key.
TaskObjectThe record.
Based on the key and the RecroGid query, it reads a record.