次の方法で共有


CoreOptionsExtension.WithInterceptors(IEnumerable<IInterceptor>) メソッド

定義

このインスタンスの場合と同じすべてのオプションを持つ新しいインスタンスを作成しますが、指定されたオプションは変更されています。 このメソッドを直接呼び出すのは異常です。 代わりに DbContextOptionsBuilder を使用します。

public virtual Microsoft.EntityFrameworkCore.Infrastructure.CoreOptionsExtension WithInterceptors (System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor> interceptors);
abstract member WithInterceptors : seq<Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor> -> Microsoft.EntityFrameworkCore.Infrastructure.CoreOptionsExtension
override this.WithInterceptors : seq<Microsoft.EntityFrameworkCore.Diagnostics.IInterceptor> -> Microsoft.EntityFrameworkCore.Infrastructure.CoreOptionsExtension
Public Overridable Function WithInterceptors (interceptors As IEnumerable(Of IInterceptor)) As CoreOptionsExtension

パラメーター

interceptors
IEnumerable<IInterceptor>

変更するオプション。

戻り値

オプションが変更された新しいインスタンス。

適用対象