RecroGridDynTEntitySetParentKey Method

Sets the parent key.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.2.0.24.0426.1
C#
protected virtual bool SetParentKey(
	TEntity rec,
	IRGEntityKey parentKey
)

Parameters

rec  TEntity
The record.
parentKey  IRGEntityKey
The parent key.

Return Value

Boolean
true ha sikerült, egyébként false.

See Also