Click or drag to resize

BasePersistenceServiceTModel, TDbModelUpdate(TModel, TransactionMode, IPrincipal) Method

Perform the actual update

Namespace: SanteDB.Persistence.Data.Services.Persistence
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
public TModel Update(
	TModel data,
	TransactionMode mode,
	IPrincipal principal
)

Parameters

data  TModel
The data which is to be updated
mode  TransactionMode
The transaction control mode
principal  IPrincipal
The principal doing the update

Return Value

TModel
The updated object

Implements

IDataPersistenceServiceTDataUpdate(TData, TransactionMode, IPrincipal)
See Also