combit List & Label 30 - .NET Help
combit.Reporting.DataProviders Namespace / InMemoryDataProvider Class / AddTable Method / AddTable(IDataProvider,String,String) Method

Data provider that contains the new table to be added.

Name of the table in the data provider.

Alias name for the new table.



AddTable(IDataProvider,String,String) Method

Adds a new table from an existing data provider. See also IDataProvider interface.

Syntax
'Declaration
 
Public Overloads Sub AddTable( _
   ByVal provider As IDataProvider, _
   ByVal tableName As String, _
   ByVal tableAlias As String _
) 
 

Parameters

provider

Data provider that contains the new table to be added.

tableName

Name of the table in the data provider.

tableAlias

Alias name for the new table.

Requirements

Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
.NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9

See Also