←Select platform

UpdateTable Method

Summary

Update a specific table in a CompositeInstanceDataSet by adding, deleting or modifying information.

Syntax
C#
VB
C++
protected override void UpdateTable( 
   CompositeInstanceDataSet updatingDataset, 
   DbConnection updatingDbConnection, 
   DbTransaction updatingTransaction, 
   string tableName 
) 
Protected Overrides 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 
   ) 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.

Remarks

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.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly