Click or drag to resize

DbIdentifiedKey Property

Gets or sets the key (GUID) on the persistence item

Namespace:  SanteDB.DisconnectedClient.SQLite.Model
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public Guid Key { get; set; }

Property Value

Type: Guid
The key.
See Also