| 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
)
Public Function TryGetCacheItem (
key As Guid
) As IdentifiedData
public:
IdentifiedData^ TryGetCacheItem(
Guid key
)
member TryGetCacheItem :
key : Guid -> IdentifiedData
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