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