Interface ISupplyBaseTables
- Namespace
- combit.Reporting.DataProviders
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Provides a contract for supplying a list of base table names, i. e. tables that can be used as root objects in a project.
public interface ISupplyBaseTables
Methods
GetBaseTableList()
Retrieves the list of base table names.
ReadOnlyCollection<string> GetBaseTableList()
Returns
- ReadOnlyCollection<string>
A read-only collection of base table names.