IDataSourceWizardDBSchemaProviderExFactory Interface
Contains a method that creates a custom database schema provider (an object with the IDBSchemaProviderEx interface) for the Data Source Wizard.
Namespace: DevExpress.DataAccess.Web
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Remarks
Review the following Reporting help topics for examples of use:
- Provide a Custom Database Schema (ASP.NET Web Forms)
- Provide a Custom Database Schema (ASP.NET MVC)
- Provide a Custom Database Schema (ASP.NET Core)
See Also