RecroGridETEntityGetGridRecAsync Method

Gets the RecroGrid record.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.4.1.24.0708.1
C#
protected override Task<Object> GetGridRecAsync(
	IRGDataContext context,
	IRGEntityKey entityKey
)

Parameters

context  IRGDataContext
The context.
entityKey  IRGEntityKey
The key.

Return Value

TaskObject
The record.

Remarks

Based on the key and the RecroGid query, it reads a record.

See Also