次の方法で共有


IRelationalParameterBuilder インターフェイス

定義

のコレクション IRelationalParameterをビルドします。

この型は、通常、データベース プロバイダー (およびその他の拡張機能) によって使用されます。 通常、アプリケーション コードでは使用されません。

public interface IRelationalParameterBuilder
type IRelationalParameterBuilder = interface
Public Interface IRelationalParameterBuilder

プロパティ

Parameters

パラメーターのコレクションです。

メソッド

AddCompositeParameter(String, Action<IRelationalParameterBuilder>)

最後のコマンドで、最終的に複数 DbParameterの として表されるパラメーターを追加します。

AddParameter(String, String)

パラメーターを追加します。

AddParameter(String, String, IProperty)

パラメーターを追加します。

AddParameter(String, String, RelationalTypeMapping, Boolean)

パラメーターを追加します。

AddPropertyParameter(String, String, IProperty)

パラメーターを追加します。

AddRawParameter(String, DbParameter)

パラメーターを追加します。

適用対象