←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 override string[] GetCompositeInstanceQueryDataAdapterTables( 
   DataSet dataset, 
   ExtraQueryOptions options 
) 
Protected Overrides Function GetCompositeInstanceQueryDataAdapterTables( 
   ByVal dataset As System.Data.DataSet, 
   ByVal options As ExtraQueryOptions 
) As String() 
protected:  
   virtual array<String^>^ GetCompositeInstanceQueryDataAdapterTables( 
      System::Data::DataSet^ dataset, 
      ExtraQueryOptions^ options 
   ) override 

Parameters

dataset

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

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

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly