次の方法で共有


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)

プロパティ値

適用対象