←Select platform

GetHangingProtocolQueryDataAdapterTables Method

Summary

Gets the list of Hanging Protocol Query Data Adapter Tables for this StorageSqlDbDataAccessAgent.

Syntax

C#
VB
C++
protected override string[] GetHangingProtocolQueryDataAdapterTables( 
   DataSet dataset 
) 
Protected Overrides Function GetHangingProtocolQueryDataAdapterTables( 
   ByVal dataset As System.Data.DataSet 
) As String() 
protected:  
   virtual array<String^>^ GetHangingProtocolQueryDataAdapterTables( 
      System::Data::DataSet^ dataset 
   ) override 

Parameters

dataset

Type: System.Data.DataSet (the runtime type should be HangingProtocolDataset for this function to return any result).

The parameter is used to enumerate tables from.

Return Value

The list of Hanging Protocol Query Data Adapter Tables for this StorageSqlDbDataAccessAgent.

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