DashboardConfigurator.SetDBSchemaProvider(IDBSchemaProvider) Method
Specifies a custom data store schema.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.1.Web.dll
NuGet Package: DevExpress.Web.Dashboard.Common
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.
Tip
For information on how to use the DashboardConfigurator‘s API, see the following topic: Server-Side API Overview.
See Also