This example demonstrates how to customize a data store schema for a dashboard data source that uses a connection to the Northwind database.
In this example, the IDBSchemaProvider interface is implemented by a class that defines a custom data store schema. The GetSchema method returns tables and columns (with specified aliases) which will be included to a data store schema.
To see the result, create a new data source using the existing connection ("Connection 1") or edit the existing data source.