DbContextOptions.Extensions Property

Definition

Gets the extensions that store the configured options.

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptionsExtension> Extensions { get; }
member this.Extensions : seq<Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptionsExtension>
Public Overridable ReadOnly Property Extensions As IEnumerable(Of IDbContextOptionsExtension)

Property Value

Implements

Applies to