| DataContextContextId Property |
Gets or sets the context id
Namespace:
SanteDB.OrmLite
Assembly:
SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax public Guid ContextId { get; set; }
Public Property ContextId As Guid
Get
Set
public:
property Guid ContextId {
Guid get ();
void set (Guid value);
}
member ContextId : Guid with get, set
Property Value
Type:
GuidSee Also