←Select platform

UpdateTable Method

Summary

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

Syntax
C#
C++/CLI
protected abstract void UpdateTable( 
   CompositeInstanceDataSet updatingDataset, 
   DbConnection updatingDbConnection, 
   DbTransaction updatingTransaction, 
   string tableName 
) 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly

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