IRelationalDbContextOptionsBuilderInfrastructure Interface

Definition

Explicitly implemented by RelationalDbContextOptionsBuilder<TBuilder,TExtension> to hide methods that are used by database provider extension methods but not intended to be called by application developers.

public interface IRelationalDbContextOptionsBuilderInfrastructure
type IRelationalDbContextOptionsBuilderInfrastructure = interface
Public Interface IRelationalDbContextOptionsBuilderInfrastructure
Derived

Remarks

See Implementation of database providers and extensions for more information and examples.

Properties

OptionsBuilder

Gets the core options builder.

Applies to