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



updatingDataset
The System.Data.DataSet which contains the information to update. The actual type of the updatingDataset is either Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity.MWLDataset or Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity.MPPSDataset
updatingDbConnection
The System.Data.Common.DbConnection to use when updating the given dataset.
updatingTransaction
The System.Data.Common.DbTransaction to use when updating the given dataset.
tableName
A System.String representing The table name in the updatingDataset to update.
updatingDbConnection
The System.Data.Common.DbConnection to use when updating the given dataset.
updatingTransaction
The System.Data.Common.DbTransaction to use when updating the given dataset.
tableName
A System.String representing The table name in the updatingDataset to update.
Update a specific table in a Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity.MWLDataset or Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity.MPPSDataset by adding, deleting or modifying information.

Syntax

Visual Basic (Declaration) 
Overrides Protected Sub UpdateTable( _
   ByVal updatingDataset As DataSet, _
   ByVal updatingDbConnection As DbConnection, _
   ByVal updatingTransaction As DbTransaction, _
   ByVal tableName As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As WorklistSqlDbDataAccessAgent
Dim updatingDataset As DataSet
Dim updatingDbConnection As DbConnection
Dim updatingTransaction As DbTransaction
Dim tableName As String
 
instance.UpdateTable(updatingDataset, updatingDbConnection, updatingTransaction, tableName)
C# 
protected override void UpdateTable( 
   DataSet updatingDataset,
   DbConnection updatingDbConnection,
   DbTransaction updatingTransaction,
   string tableName
)
C++/CLI 
protected:
void UpdateTable( 
   DataSet^ updatingDataset,
   DbConnection^ updatingDbConnection,
   DbTransaction^ updatingTransaction,
   String^ tableName
) override 

Parameters

updatingDataset
The System.Data.DataSet which contains the information to update. The actual type of the updatingDataset is either Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity.MWLDataset or Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity.MPPSDataset
updatingDbConnection
The System.Data.Common.DbConnection to use when updating the given dataset.
updatingTransaction
The System.Data.Common.DbTransaction to use when updating the given dataset.
tableName
A System.String representing The table name in the updatingDataset to update.

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.Worklist.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features