RecroGrid Framework
C#
Show/Hide TOC
RGEntity
Key
A
Entity
Key
Values Property
Gets the entity key values.
Definition
Namespace:
Recrovit.RecroGridFramework.Data
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.4.1.24.0708.1
C#
Copy
public
virtual
Dictionary
<
string
,
Object
>
EntityKeyValues
{
get
;
set
; }
Property Value
Dictionary
String
,
Object
The entity key values.
See Also
Reference
RGEntityKeyA Class
Recrovit.RecroGridFramework.Data Namespace
In This Article
Definition
See Also