RecroGrid.RGServiceParams.GetEntityKey(IRGDataContext, RecroGrid.RGEntity) Method

Gets the entity key.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.8.0.24.1110.1
C#
public IRGEntityKey GetEntityKey(
	IRGDataContext context,
	RecroGrid.RGEntity rgEntity
)

Parameters

context  IRGDataContext
The context.
rgEntity  RecroGrid.RGEntity
The Entity.

Return Value

IRGEntityKey
The Key.

Exceptions

RGCustomExceptionInvalid key signature!

See Also