RelationalQueryModelVisitor.ContextOptions Property

Definition

Gets the options for the target context.

protected virtual Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions ContextOptions { get; }
member this.ContextOptions : Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions
Protected Overridable ReadOnly Property ContextOptions As IDbContextOptions

Property Value

Options for the target context.

Applies to