| SQLitePersistenceServiceBaseTDataCurrentUserUuid Method |
Get the current user UUID.
Namespace:
SanteDB.DisconnectedClient.SQLite
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax protected Guid CurrentUserUuid(
SQLiteDataContext context
)
Protected Function CurrentUserUuid (
context As SQLiteDataContext
) As Guid
protected:
Guid CurrentUserUuid(
SQLiteDataContext^ context
)
member CurrentUserUuid :
context : SQLiteDataContext -> Guid
Parameters
- context
- Type: SanteDB.DisconnectedClient.SQLiteSQLiteDataContext
[Missing <param name="context"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.SQLitePersistenceServiceBase`1.CurrentUserUuid(SanteDB.DisconnectedClient.SQLite.SQLiteDataContext)"]
Return Value
Type:
GuidThe user UUID.
See Also