Table of Contents

Interface IRelationalDbContextOptionsBuilderInfrastructure

Namespace
Microsoft.EntityFrameworkCore.Infrastructure
Assembly
Microsoft.EntityFrameworkCore.Relational.dll

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

Properties

OptionsBuilder

Gets the core options builder.

DbContextOptionsBuilder OptionsBuilder { get; }

Property Value

DbContextOptionsBuilder