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

ASPxDashboard.SetDBSchemaProvider(IDBSchemaProviderEx) Method

Specifies a custom data store schema.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.dll

Declaration

public void SetDBSchemaProvider(
    IDBSchemaProviderEx provider
)

Parameters

Name Type Description
provider IDBSchemaProviderEx

An object that implements the IDBSchemaProviderEx interface representing the data store’s schema

Remarks

To learn how to implement the IDBSchemaProviderEx interface, see DashboardConfigurator.SetDBSchemaProvider.

See Also