RecroGridETEntityGetGridRecAsync Method
Gets the RecroGrid record.
Namespace: Recrovit.RecroGridFrameworkAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.5.0.24.0221.1
protected override 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.