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

ASPxDashboard.SetDBSchemaProvider(IDBSchemaProvider) Method

Specifies a custom data store schema.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v19.1.Web.WebForms.dll

Declaration

[Browsable(false)]
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.

See Also