LEADTOOLS Medical (Leadtools.Medical.Logging.DataAccessLayer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
UpdateTable Method
See Also 
Leadtools.Medical.Logging.DataAccessLayer Namespace > LoggingDBDataAccessAgent Class : UpdateTable Method



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.
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.
Performs a batch update on a DataSet.

Syntax

Visual Basic (Declaration) 
Protected MustOverride Sub UpdateTable( _
   ByVal updatingDataset As DataSet, _
   ByVal dbUpdatingDbConnection As DbConnection, _
   ByVal dbUpdatingTransaction As DbTransaction, _
   ByVal tableName As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As LoggingDBDataAccessAgent
Dim updatingDataset As DataSet
Dim dbUpdatingDbConnection As DbConnection
Dim dbUpdatingTransaction As DbTransaction
Dim tableName As String
 
instance.UpdateTable(updatingDataset, dbUpdatingDbConnection, dbUpdatingTransaction, tableName)
C# 
protected abstract void UpdateTable( 
   DataSet updatingDataset,
   DbConnection dbUpdatingDbConnection,
   DbTransaction dbUpdatingTransaction,
   string tableName
)
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical.Logging.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features