CoreOptionsExtension.SingletonInterceptors Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The options set from the AddInterceptors(IEnumerable<IInterceptor>) method for singleton interceptors.
[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1 })]
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Diagnostics.ISingletonInterceptor>? SingletonInterceptors { get; }
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Diagnostics.ISingletonInterceptor>? SingletonInterceptors { get; }
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1 })>]
member this.SingletonInterceptors : seq<Microsoft.EntityFrameworkCore.Diagnostics.ISingletonInterceptor>
member this.SingletonInterceptors : seq<Microsoft.EntityFrameworkCore.Diagnostics.ISingletonInterceptor>
Public Overridable ReadOnly Property SingletonInterceptors As IEnumerable(Of ISingletonInterceptor)
Property Value
- Attributes