←Select platform

UpdateTable Method

Summary

Performs a batch update on a DataSet.

Syntax

C#
VB
C++
protected override void UpdateTable( 
   DataSet updatingDataset, 
   DbConnection dbUpdatingDbConnection, 
   DbTransaction dbUpdatingTransaction, 
   string tableName 
) 
  
Protected Overrides Sub UpdateTable( _ 
   ByVal updatingDataset As DataSet, _ 
   ByVal dbUpdatingDbConnection As DbConnection, _ 
   ByVal dbUpdatingTransaction As DbTransaction, _ 
   ByVal tableName As String _ 
)  
protected: 
void UpdateTable(  
   DataSet^ updatingDataset, 
   DbConnection^ dbUpdatingDbConnection, 
   DbTransaction^ dbUpdatingTransaction, 
   String^ tableName 
) override  

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 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Logging.DataAccessLayer Assembly