Click or drag to resize

ISQLitePersistenceServiceUpdate Method (SQLiteDataContext, Object)

Updates the specified data

Namespace:  SanteDB.DisconnectedClient.SQLite
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
Object Update(
	SQLiteDataContext context,
	Object data
)

Parameters

context
Type: SanteDB.DisconnectedClient.SQLiteSQLiteDataContext

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

data
Type: SystemObject

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

Return Value

Type: Object

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.ISQLitePersistenceService.Update(SanteDB.DisconnectedClient.SQLite.SQLiteDataContext,System.Object)"]

See Also