←Select platform

UpdateTable Method

Summary

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

Syntax
C#
VB
C++
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 

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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.