Click or drag to resize

BaseEntityDataPersistenceServiceTModel, TDbModelDoUpdateInternal Method

Update the base entity data - when logical deletion is used this re-activates or un-deletes it

Namespace: SanteDB.Persistence.Data.Services.Persistence
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
protected override TDbModel DoUpdateInternal(
	DataContext context,
	TDbModel model
)

Parameters

context  DataContext
The context on which the update should occur
model  TDbModel
The object which is to be updated

Return Value

TDbModel
The updated object
See Also