Skip to main content
All docs
V18.2

IDataSourceWizardDBSchemaProviderFactory.Create() Method

For internal use. Use the IDataSourceWizardDBSchemaProviderExFactory.Create method instead.

Namespace: DevExpress.DataAccess.Web

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

IDBSchemaProvider Create()

Returns

Type Description
IDBSchemaProvider

A database schema provider, implementing the IDBSchemaProvider interface.

Remarks

This method is no longer used and scheduled to become obsolete in future versions. To create a custom database schema provider, use the IDataSourceWizardDBSchemaProviderExFactory.Create method instead.

See Also