Skip to main content

QueryBuilderConfigurationBuilder.RegisterDataSourceWizardDBSchemaProviderExFactory<T>() Method

Registers a custom database schema provider factory.

Namespace: DevExpress.AspNetCore.Reporting

Assembly: DevExpress.AspNetCore.Reporting.v23.2.dll

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

public QueryBuilderConfigurationBuilder RegisterDataSourceWizardDBSchemaProviderExFactory<T>()
    where T : IDataSourceWizardDBSchemaProviderExFactory

Type Parameters

Name Description
T

A custom database schema provider factory that implements the IDataSourceWizardConnectionStringsProvider interface.

Returns

Type Description
QueryBuilderConfigurationBuilder

A QueryBuilderConfigurationBuilder that can be used to further configure the Query Builder services.

Remarks

Refer to the Provide a Custom Database Schema topic to learn how to implement a custom database schema provider.

See Also