Click or drag to resize

SQLiteDataContextAddData Method

Adds data in a safe way

Namespace:  SanteDB.DisconnectedClient.SQLite
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public void AddData(
	string key,
	Object value
)

Parameters

key
Type: SystemString

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

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.SQLiteDataContext.AddData(System.String,System.Object)"]

See Also