CoreOptionsExtension.SingletonInterceptors Property

Definition

The options set from the AddInterceptors(IEnumerable<IInterceptor>) method for singleton interceptors.

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Diagnostics.ISingletonInterceptor>? SingletonInterceptors { get; }
member this.SingletonInterceptors : seq<Microsoft.EntityFrameworkCore.Diagnostics.ISingletonInterceptor>
Public Overridable ReadOnly Property SingletonInterceptors As IEnumerable(Of ISingletonInterceptor)

Property Value

Applies to