| 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; }
Public Property Key As Guid
Get
Set
public:
property Guid Key {
Guid get ();
void set (Guid value);
}
member Key : Guid with get, set
Property Value
Type:
GuidThe key.
See Also