←Select platform

GetHangingProtocolQueryDataAdapterTables Method

Summary

Returns the table names which should be used to update a System.Data.Common.DataAdapter.TableMappings when performing a query.

Syntax
C#
VB
C++
protected abstract string[] GetHangingProtocolQueryDataAdapterTables( 
   DataSet hangingProtocolDataset 
) 
Protected MustOverride Function GetHangingProtocolQueryDataAdapterTables( 
   ByVal hangingProtocolDataset As DataSet 
) As String() 
protected:  
   virtual array<String^>^ GetHangingProtocolQueryDataAdapterTables( 
      DataSet^ hangingProtocolDataset 
   ) abstract 

Parameters

hangingProtocolDataset

Type: System.Data.DataSet <

The System.Data.DataSet which the query results will be filled in.

Return Value

Type: Array of System.String
The table names which should be used to update a System.Data.Common.DataAdapter.TableMappings when performing a query.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.