| DbVersionedDataPreviousVersionKey Property |
Gets or sets the version key.
Namespace:
SanteDB.DisconnectedClient.SQLite.Model
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public Guid PreviousVersionKey { get; set; }
Public Property PreviousVersionKey As Guid
Get
Set
public:
property Guid PreviousVersionKey {
Guid get ();
void set (Guid value);
}
member PreviousVersionKey : Guid with get, set
Property Value
Type:
GuidThe version key.
See Also