CoreOptionsExtension.SingletonInterceptors 属性

定义

AddInterceptors(IEnumerable<IInterceptor>) 方法为单一实例侦听器设置的选项。

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)

属性值

适用于