次の方法で共有


IRelationalParameterBasedSqlProcessorFactory インターフェイス

定義

インスタンスを作成するための RelationalParameterBasedSqlProcessor ファクトリ。

public interface IRelationalParameterBasedSqlProcessorFactory
type IRelationalParameterBasedSqlProcessorFactory = interface
Public Interface IRelationalParameterBasedSqlProcessorFactory

注釈

サービスの有効期間は です Scoped。 これは、各 DbContext インスタンスがこのサービスの独自のインスタンスを使用することを意味します。 実装は、任意の有効期間で登録されている他のサービスに依存する場合があります。 実装はスレッド セーフである必要はありません。

メソッド

Create(Boolean)

新しい RelationalParameterBasedSqlProcessor を作成します。

適用対象