Click or drag to resize

RecroGridDynTEntityGetEntityKey Method

Gets the entity key.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
protected virtual IRGEntityKey GetEntityKey(
	TEntity dataRec
)

Parameters

dataRec
Type: TEntity
The entity object.

Return Value

Type: IRGEntityKey
The Key.
See Also