RecroGrid Framework
C#
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.5.2.24.0805.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