| RecroGridDynTEntityGetEntityKey Method |
Gets the entity key.
Namespace:
Recrovit.RecroGridFramework
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax protected virtual IRGEntityKey GetEntityKey(
TEntity dataRec
)
Parameters
- dataRec
- Type: TEntity
The entity object.
Return Value
Type:
IRGEntityKeyThe Key.
See Also