Skip to main content

ASPxDashboard.SetDBSchemaProvider(IDBSchemaProvider) Method

Specifies a custom data store schema.

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard

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