ASPxDashboard.SetDBSchemaProvider(IDBSchemaProvider) Method
Specifies a custom data store schema.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.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