RecroGridRGServiceParamsSetEntityKey Method

Sets the entity key.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.2.0.24.0426.1
C#
public void SetEntityKey(
	RecroGrid grid,
	IRGEntityKey ekey,
	Object dataRec,
	RecroGridRGEntity rgEntity,
	IRGDataContext context = null
)

Parameters

grid  RecroGrid
The RecroGrid.
ekey  IRGEntityKey
The EntityKey.
dataRec  Object
The data record.
rgEntity  RecroGridRGEntity
The Entity.
context  IRGDataContext  (Optional)
The context.

See Also