Skip to main content

QueryBuilderConfigurationBuilder.RegisterDataSourceWizardDBSchemaProviderExFactory<T>() Method

Registers a custom database schema provider factory.

Namespace: DevExpress.AspNetCore.Reporting

Assembly: DevExpress.AspNetCore.Reporting.v24.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

For code examples, review the following help topic: SQL Database - Customize the Schema.

See Also