Click or drag to resize

ActParticipationPersistenceServiceUpdateInternal Method

Update the specified object

Namespace:  SanteDB.DisconnectedClient.SQLite.Persistence
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
protected override ActParticipation UpdateInternal(
	SQLiteDataContext context,
	ActParticipation data
)

Parameters

context
Type: SanteDB.DisconnectedClient.SQLiteSQLiteDataContext

[Missing <param name="context"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Persistence.ActParticipationPersistenceService.UpdateInternal(SanteDB.DisconnectedClient.SQLite.SQLiteDataContext,SanteDB.Core.Model.Acts.ActParticipation)"]

data
Type: SanteDB.Core.Model.ActsActParticipation

[Missing <param name="data"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Persistence.ActParticipationPersistenceService.UpdateInternal(SanteDB.DisconnectedClient.SQLite.SQLiteDataContext,SanteDB.Core.Model.Acts.ActParticipation)"]

Return Value

Type: ActParticipation

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Persistence.ActParticipationPersistenceService.UpdateInternal(SanteDB.DisconnectedClient.SQLite.SQLiteDataContext,SanteDB.Core.Model.Acts.ActParticipation)"]

See Also