- updatingDataset
- Type: CompositeInstanceDataSet The CompositeInstanceDataSet which contains the information to update.
- updatingDbConnection
- Type: System.Data.Common.DbConnection The System.Data.Common.DbConnection to use when updating the given dataset.
- updatingTransaction
- Type: System.Data.Common.DbTransaction The System.Data.Common.DbTransaction to use when updating the given dataset.
- tableName
- A System.String The table name in the updatingDataset to update.
Visual Basic (Declaration) | |
---|---|
Overrides Protected Sub UpdateTable( _ ByVal updatingDataset As CompositeInstanceDataSet, _ ByVal updatingDbConnection As DbConnection, _ ByVal updatingTransaction As DbTransaction, _ ByVal tableName As String _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As StorageSqlDbDataAccessAgent Dim updatingDataset As CompositeInstanceDataSet Dim updatingDbConnection As DbConnection Dim updatingTransaction As DbTransaction Dim tableName As String instance.UpdateTable(updatingDataset, updatingDbConnection, updatingTransaction, tableName) |
C# | |
---|---|
protected override void UpdateTable( CompositeInstanceDataSet updatingDataset, DbConnection updatingDbConnection, DbTransaction updatingTransaction, string tableName ) |
C++/CLI | |
---|---|
protected: void UpdateTable( CompositeInstanceDataSet^ updatingDataset, DbConnection^ updatingDbConnection, DbTransaction^ updatingTransaction, String^ tableName ) override |
Parameters
- updatingDataset
- Type: CompositeInstanceDataSet The CompositeInstanceDataSet which contains the information to update.
- updatingDbConnection
- Type: System.Data.Common.DbConnection The System.Data.Common.DbConnection to use when updating the given dataset.
- updatingTransaction
- Type: System.Data.Common.DbTransaction The System.Data.Common.DbTransaction to use when updating the given dataset.
- tableName
- A System.String 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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7