RecroGridGetGridRecAsync Method

Gets the RecroGrid record.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.1.0.23.1204.1+9d8b98a22c49d038b4e3323bfe56aa1d0eabe7ae
C#
protected virtual 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