←Select platform

GetCompositeInstanceQueryDataAdapterTables 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[] GetCompositeInstanceQueryDataAdapterTables( 
   DataSet compositeDataSet, 
   ExtraQueryOptions options 
) 
Protected MustOverride Function GetCompositeInstanceQueryDataAdapterTables( 
   ByVal compositeDataSet As System.Data.DataSet, 
   ByVal options As ExtraQueryOptions 
) As String() 
protected:  
   virtual array<String^>^ GetCompositeInstanceQueryDataAdapterTables( 
      System::Data::DataSet^ compositeDataSet, 
      ExtraQueryOptions^ options 
   ) abstract 

Parameters

compositeDataSet

Type: System.Data.DataSet

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

options

An ExtraQueryOptions that holds the options.

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly