Click or drag to resize

ActPersistenceServiceDoCopyVersionSubTableInternal 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
Remarks
This is not implemented on the act persistence service since there are no dependent tables
See Also