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