ASPxDashboard.SetDBSchemaProvider(IDBSchemaProviderEx) Method
Specifies a custom data store schema.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v20.2.Web.WebForms.dll
Declaration
public void SetDBSchemaProvider(
IDBSchemaProviderEx provider
)
Public Sub SetDBSchemaProvider(
provider As IDBSchemaProviderEx
)
Parameters
Name | Type | Description |
---|---|---|
provider | IDBSchemaProviderEx | An object that implements the IDBSchemaProviderEx interface representing the data store's schema |
Remarks
To learn how to implement the IDBSchemaProviderEx interface, see DashboardConfigurator.SetDBSchemaProvider.
See Also
Feedback