Click or drag to resize

SQLiteDataContextTryGetData Method

Try to get data from data array

Namespace:  SanteDB.DisconnectedClient.SQLite
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public Object TryGetData(
	string key
)

Parameters

key
Type: SystemString

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

Return Value

Type: Object

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

See Also