Click or drag to resize

NonVersionedDataPersistenceServiceTModel, TDbModelDoUpdateInternal Method

Perform an update on the object and ensure that the keys

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 is to occur
model  TDbModel
The object which should be updated in the database

Return Value

TDbModel
The updated object as reflected in the database
See Also