LEADTOOLS Medical (Leadtools.Medical.Storage.DataAccessLayer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
GetCompositeInstanceQueryDataAdapterTables Method
See Also 
Leadtools.Medical.Storage.DataAccessLayer Namespace > StorageSqlDbDataAccessAgent Class : GetCompositeInstanceQueryDataAdapterTables Method



compositeDataSet
Type: CompositeInstanceDataSet The CompositeInstanceDataSet which the query results will be filled in.
compositeDataSet
Type: CompositeInstanceDataSet The CompositeInstanceDataSet which the query results will be filled in.
Returns the table names which should be used to update a System.Data.Common.DataAdapter.TableMappings when performing a query.

Syntax

Visual Basic (Declaration) 
Overrides Protected Function GetCompositeInstanceQueryDataAdapterTables( _
   ByVal compositeDataSet As CompositeInstanceDataSet _
) As String()
Visual Basic (Usage)Copy Code
Dim instance As StorageSqlDbDataAccessAgent
Dim compositeDataSet As CompositeInstanceDataSet
Dim value() As String
 
value = instance.GetCompositeInstanceQueryDataAdapterTables(compositeDataSet)
C# 
protected override string[] GetCompositeInstanceQueryDataAdapterTables( 
   CompositeInstanceDataSet compositeDataSet
)
C++/CLI 
protected:
array<String^>^ GetCompositeInstanceQueryDataAdapterTables( 
   CompositeInstanceDataSet^ compositeDataSet
) override 

Parameters

compositeDataSet
Type: CompositeInstanceDataSet The CompositeInstanceDataSet which the query results will be filled in.

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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical.Storage.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features