Click or drag to resize

ActRelationshipPersistenceServiceUpdateInternal 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 ActRelationship UpdateInternal(
	SQLiteDataContext context,
	ActRelationship data
)

Parameters

context
Type: SanteDB.DisconnectedClient.SQLiteSQLiteDataContext

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

data
Type: SanteDB.Core.Model.ActsActRelationship

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

Return Value

Type: ActRelationship

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

See Also