Click or drag to resize

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
)

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: Guid
The user UUID.
See Also