Click or drag to resize

ObservationPersistenceServiceDoCopyVersionSubTableInternal Method

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

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

Parameters

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