RecroGrid Framework
C#
Show/Hide TOC
IRGEntity
Key Interface
Wrapper interface for Key of data record.
Definition
Namespace:
Recrovit.RecroGridFramework.Data
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.4.1.24.0708.1
C#
Copy
public
interface
IRGEntityKey
Properties
EntityKeyValues
Gets the entity key values.
EntityTypeName
Gets the name of the entity type.
ForeignKey
Gets the foreign key.
IsTemporary
Gets a value indicating whether this instance is temporary.
See Also
Reference
Recrovit.RecroGridFramework.Data Namespace
In This Article
Definition
Properties
See Also