ASPxDashboard.SetDBSchemaProvider(IDBSchemaProvider) Method
In This Article
Specifies a custom data store schema.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.Web.WebForms.dll
NuGet Package: DevExpress.Web.Dashboard
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
provider | DevExpress. |
The data store’s schema - an object that implements the DevExpress. |
#Remarks
Use the SetDBSchemaProvider(IDBSchemaProviderEx) method instead.
See Also