RecroGridGetRec(IRGEntityKey) Method

Loading a complete record based on a key, or creating and initializing a new one.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.2.0.24.0426.1
C#
public Object GetRec(
	IRGEntityKey entityKey
)

Parameters

entityKey  IRGEntityKey
The key.

Return Value

Object
The complete record.

See Also