RecroGridETEntityGetGridRecAsync Method

Gets the RecroGrid record.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.2.0.24.0426.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