 | ActDerivedPersistenceServiceTAct, TDbTopLevelTable, TDbActSubTableDoCopyVersionSubTableInternal Method |
Perform a copy of the existing version inforamtion to a new version
Namespace: SanteDB.Persistence.Data.Services.Persistence.ActsAssembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntaxprotected override void DoCopyVersionSubTableInternal(
DataContext context,
DbActVersion newVersion
)
Protected Overrides Sub DoCopyVersionSubTableInternal (
context As DataContext,
newVersion As DbActVersion
)
protected:
virtual void DoCopyVersionSubTableInternal(
DataContext^ context,
DbActVersion^ newVersion
) override
abstract DoCopyVersionSubTableInternal :
context : DataContext *
newVersion : DbActVersion -> unit
override DoCopyVersionSubTableInternal :
context : DataContext *
newVersion : DbActVersion -> unit Parameters
- context DataContext
- The context on which the records should be inserted
- newVersion DbActVersion
- The new version key to be copied to
See Also