Update a specific table in a CompositeInstanceDataSet by adding, deleting or modifying information.
protected abstract void UpdateTable(
CompositeInstanceDataSet updatingDataset,
DbConnection updatingDbConnection,
DbTransaction updatingTransaction,
string tableName
)
Protected MustOverride Sub UpdateTable(
ByVal updatingDataset As CompositeInstanceDataSet,
ByVal updatingDbConnection As System.Data.Common.DbConnection,
ByVal updatingTransaction As System.Data.Common.DbTransaction,
ByVal tableName As String
)
protected:
virtual void UpdateTable(
CompositeInstanceDataSet^ updatingDataset,
System::Data::Common::DbConnection^ updatingDbConnection,
System::Data::Common::DbTransaction^ updatingTransaction,
String^ tableName
) abstract
updatingDataset
Type: CompositeInstanceDataSet
The CompositeInstanceDataSet which contains the information to update.
updatingDbConnection
The System.Data.Common.DbConnection to use when updating the given dataset.
updatingTransaction
The System.Data.Common.DbTransaction to use when updating the given dataset.
tableName
The table name in the updatingDataset to update.
The provided updatingDataset is retrieved by one of the query method QueryPatients, QueryStudies, QuerySeries or QueryCompositeInstances this makes it possible to find the updates performed on the original dataset.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET