Returns the table names which should be used to update a
System.Data.Common.DataAdapter.TableMappings when performing a query.
protected abstract string[] GetCompositeInstanceQueryDataAdapterTables(
DataSet
)
'Declaration
Protected MustOverride Function GetCompositeInstanceQueryDataAdapterTables( _
ByVal As DataSet _
) As String()
'Usage
Dim instance As StorageDbDataAccessAgent
Dim compositeDataSet As DataSet
Dim value() As String
value = instance.GetCompositeInstanceQueryDataAdapterTables(compositeDataSet)
protected:
abstract array<String^>^ GetCompositeInstanceQueryDataAdapterTables(
DataSet^
)
Parameters
- compositeDataSet
- 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.