Click or drag to resize

SQLiteDataContextTryGetCacheItem Method

Try get cache item

Namespace:  SanteDB.DisconnectedClient.SQLite
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public IdentifiedData TryGetCacheItem(
	Guid key
)

Parameters

key
Type: SystemGuid

[Missing <param name="key"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.SQLiteDataContext.TryGetCacheItem(System.Guid)"]

Return Value

Type: IdentifiedData

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.SQLiteDataContext.TryGetCacheItem(System.Guid)"]

See Also