Click or drag to resize

RecroGridRGEntityTryCreateKey Method

Kulcs létrehozása kliens nevekkel megjelölt szótárból.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public IRGEntityKey TryCreateKey(
	IRGDataContext context,
	Dictionary<string, Object> clientNames
)

Parameters

context
Type: Recrovit.RecroGridFramework.DataIRGDataContext
The context.
clientNames
Type: System.Collections.GenericDictionaryString, Object
The keys.

Return Value

Type: IRGEntityKey
The Key.
See Also