Click or drag to resize

VersionedDataPersistenceServiceTModel, TDbModel, TDbKeyModelDoCopyVersionSubTableInternal Method

Perform a copy of the existing version inforamtion to a new version

Namespace: SanteDB.Persistence.Data.Services.Persistence
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
protected abstract void DoCopyVersionSubTableInternal(
	DataContext context,
	TDbModel newVersion
)

Parameters

context  DataContext
The context on which the records should be inserted
newVersion  TDbModel
The new version key to be copied to
See Also