Skip to main content
A newer version of this page is available. .

IDataSourceWizardDBSchemaProviderExFactory.Create() Method

Creates a new database schema provider, by using the SQL Data Source Wizard to obtain a custom database schema.

Namespace: DevExpress.DataAccess.Web

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

IDBSchemaProviderEx Create()

Returns

Type Description
IDBSchemaProviderEx

A database schema provider, implementing the IDBSchemaProviderEx interface.

See Also