Click or drag to resize

RecroGridRGEntityCreateKey Method (IRGDataContext, DictionaryString, Object, String)

Creates the key.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
public IRGEntityKey CreateKey(
	IRGDataContext context,
	Dictionary<string, Object> keys,
	string referencePropertyName = null
)

Parameters

context
Type: Recrovit.RecroGridFramework.DataIRGDataContext
The context.
keys
Type: System.Collections.GenericDictionaryString, Object
The keys.
referencePropertyName (Optional)
Type: SystemString
Name of the reference property.

Return Value

Type: IRGEntityKey
The Key.
See Also