Click or drag to resize

EntityAddressPersistenceServiceUpdateInternal Method

Update the entity name

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

Parameters

context
Type: SanteDB.DisconnectedClient.SQLiteSQLiteDataContext

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

data
Type: SanteDB.Core.Model.EntitiesEntityAddress

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

Return Value

Type: EntityAddress

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Persistence.EntityAddressPersistenceService.UpdateInternal(SanteDB.DisconnectedClient.SQLite.SQLiteDataContext,SanteDB.Core.Model.Entities.EntityAddress)"]

See Also