Click or drag to resize

IdentifiedDataPersistenceServiceTModel, TDbModelDoUpdateInternal Method

Perform an update of the specified model

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 database context on which the update should occur
model  TDbModel
The model which represents the newest version of the object to be updated

Return Value

TDbModel
The updated object
See Also