LEADTOOLS Medical (Leadtools.Medical.Worklist.DataAccessLayer assembly)

UpdateTable Method (WorklistDbDataAccessAgent)

Show in webframe





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.
The System.Data.Common.DbConnection to use when updating the given dataset.
The System.Data.Common.DbTransaction to use when updating the given dataset.
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
protected abstract void UpdateTable( 
   DataSet updatingDataset,
   DbConnection updatingDbConnection,
   DbTransaction updatingTransaction,
   string tableName
)
'Declaration
 
Protected MustOverride Sub UpdateTable( _
   ByVal updatingDataset As DataSet, _
   ByVal updatingDbConnection As DbConnection, _
   ByVal updatingTransaction As DbTransaction, _
   ByVal tableName As String _
) 
'Usage
 
Dim instance As WorklistDbDataAccessAgent
Dim updatingDataset As DataSet
Dim updatingDbConnection As DbConnection
Dim updatingTransaction As DbTransaction
Dim tableName As String
 
instance.UpdateTable(updatingDataset, updatingDbConnection, updatingTransaction, tableName)

            

            
protected:
abstract void UpdateTable( 
   DataSet^ updatingDataset,
   DbConnection^ updatingDbConnection,
   DbTransaction^ updatingTransaction,
   String^ tableName
) 

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

See Also

Reference

WorklistDbDataAccessAgent Class
WorklistDbDataAccessAgent Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Medical.Worklist.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features