RGEntityKeyAEntityKeyValues Property

Gets the entity key values.

Definition

Namespace: Recrovit.RecroGridFramework.Data
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.6.0.24.0320.1
C#
public virtual Dictionary<string, Object> EntityKeyValues { get; set; }

Property Value

DictionaryString, Object
The entity key values.

See Also