Skip to main content
A newer version of this page is available. .

DashboardConfigurator.SetDBSchemaProvider(IDBSchemaProvider) Method

Specifies a custom data store schema.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v20.2.Web.dll

NuGet Package: DevExpress.Web.Dashboard.Common

Declaration

public void SetDBSchemaProvider(
    IDBSchemaProvider provider
)

Parameters

Name Type Description
provider DevExpress.DataAccess.Sql.IDBSchemaProvider

The data store’s schema - an object that implements the DevExpress.DataAccess.Sql.IDBSchemaProvider interface.

Remarks

Use the SetDBSchemaProvider(IDBSchemaProviderEx) method instead.

Important

To learn how to use the DashboardConfigurator‘s API, see the Server-Side API Overview topic.

See Also