LEADTOOLS Medical (Leadtools.Medical.Storage.DataAccessLayer assembly)
LEAD Technologies, Inc

UpdateTable Method (StorageDbDataAccessAgent)






Type: CompositeInstanceDataSet The CompositeInstanceDataSet which contains the information to update.
Type: System.Data.Common.DbConnection The System.Data.Common.DbConnection to use when updating the given dataset.
Type: System.Data.Common.DbTransaction The System.Data.Common.DbTransaction to use when updating the given dataset.
A System.String The table name in the updatingDataset to update.
Update a specific table in a CompositeInstanceDataSet by adding, deleting or modifying information.
Syntax
'Declaration
 
Protected MustOverride Sub UpdateTable( _
   ByVal updatingDataset As CompositeInstanceDataSet, _
   ByVal updatingDbConnection As DbConnection, _
   ByVal updatingTransaction As DbTransaction, _
   ByVal tableName As String _
) 
'Usage
 
Dim instance As StorageDbDataAccessAgent
Dim updatingDataset As CompositeInstanceDataSet
Dim updatingDbConnection As DbConnection
Dim updatingTransaction As DbTransaction
Dim tableName As String
 
instance.UpdateTable(updatingDataset, updatingDbConnection, updatingTransaction, tableName)
 function Leadtools.Medical.Storage.DataAccessLayer.StorageDbDataAccessAgent.UpdateTable( 
   updatingDataset ,
   updatingDbConnection ,
   updatingTransaction ,
   tableName 
)

Parameters

updatingDataset
Type: CompositeInstanceDataSet The CompositeInstanceDataSet which contains the information to update.
updatingDbConnection
Type: System.Data.Common.DbConnection The System.Data.Common.DbConnection to use when updating the given dataset.
updatingTransaction
Type: System.Data.Common.DbTransaction The System.Data.Common.DbTransaction to use when updating the given dataset.
tableName
A System.String The table name in the updatingDataset to update.
Remarks
The provided updatingDataset is retrieved by one of the query method QueryPatients, QueryStudies, QuerySeries or QueryCompositeInstances this makes it possible to find the updates performed on the original dataset.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StorageDbDataAccessAgent Class
StorageDbDataAccessAgent Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

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