Click or drag to resize

RecroGridEnt_TYPE, _OCTYPEGetEntityKey Method

Gets the entity key.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
Syntax
C#
protected override IRGEntityKey GetEntityKey(
	_TYPE dataRec
)

Parameters

dataRec
Type: _TYPE
The entity object.

Return Value

Type: IRGEntityKey
The Key.
See Also