Click or drag to resize

RecroGridDynTEntitySetParentKey Method

Sets the parent key.

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

Parameters

rec
Type: TEntity
The record.
parentKey
Type: Recrovit.RecroGridFramework.DataIRGEntityKey
The parent key.

Return Value

Type: Boolean
true ha sikerült, egyébként false.
See Also