IDataSourceWizardDBSchemaProviderExFactory.Create() Method
In This Article
Creates a new database schema provider.
Namespace: DevExpress.DataAccess.Web
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
IDBSchemaProviderEx Create()
#Returns
Type | Description |
---|---|
IDBSchema |
A database schema provider that implements the IDBSchema |
See Also