Click or drag to resize

SQLitePersistenceServiceBaseTDataGet Method

Get the specified key.

Namespace:  SanteDB.DisconnectedClient.SQLite
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public virtual TData Get(
	Guid key,
	Guid? versionKey,
	bool loadFast,
	IPrincipal principal
)

Parameters

key
Type: SystemGuid
Key.
versionKey
Type: SystemNullableGuid

[Missing <param name="versionKey"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.SQLitePersistenceServiceBase`1.Get(System.Guid,System.Nullable{System.Guid},System.Boolean,System.Security.Principal.IPrincipal)"]

loadFast
Type: SystemBoolean

[Missing <param name="loadFast"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.SQLitePersistenceServiceBase`1.Get(System.Guid,System.Nullable{System.Guid},System.Boolean,System.Security.Principal.IPrincipal)"]

principal
Type: System.Security.PrincipalIPrincipal

[Missing <param name="principal"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.SQLitePersistenceServiceBase`1.Get(System.Guid,System.Nullable{System.Guid},System.Boolean,System.Security.Principal.IPrincipal)"]

Return Value

Type: TData

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.SQLitePersistenceServiceBase`1.Get(System.Guid,System.Nullable{System.Guid},System.Boolean,System.Security.Principal.IPrincipal)"]

Implements

IDataPersistenceServiceTDataGet(Guid, NullableGuid, Boolean, IPrincipal)
See Also