ASPxDashboard.SetDBSchemaProvider(IDBSchemaProvider) Method
Specifies a custom data store schema.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v25.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Dashboard
Declaration
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