CoreOptionsExtension.Interceptors 属性

定义

AddInterceptors(IEnumerable<IInterceptor>) 方法中为作用域侦听器设置的选项。

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

属性值

适用于