IDbContextOptions.Extensions Property

Definition

Gets the extensions that store the configured options.

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

Property Value

Applies to