UpdateTable Method

Summary
Performs a batch update on a DataSet.
Syntax
C#
C++/CLI
protected abstract void UpdateTable( 
   DataSet updatingDataset, 
   DbConnection dbUpdatingDbConnection, 
   DbTransaction dbUpdatingTransaction, 
   string tableName 
) 
protected: 
abstract void UpdateTable(  
   DataSet^ updatingDataset, 
   DbConnection^ dbUpdatingDbConnection, 
   DbTransaction^ dbUpdatingTransaction, 
   String^ tableName 
)  

Parameters

updatingDataset
The System.Data.DataSet which contains the table to be updated

dbUpdatingDbConnection
A valid System.Data.Common.DbConnection for the DICOM Event Log database.

dbUpdatingTransaction
The System.Data.Common.DbTransaction which this batch update should execute with.

tableName
The name of the table in the  updatingDataset which the rows to be updated.

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.Logging.DataAccessLayer Assembly

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