次の方法で共有


IReadOnlyModificationCommand.PropagateOutputParameters メソッド

定義

指定 parameterCollection された データベースから返された出力パラメーターを読み取り、それらを適切な IColumnModification に伝達し、そこから追跡対象エンティティに値を伝達できます。

public void PropagateOutputParameters (System.Data.Common.DbParameterCollection parameterCollection, int baseParameterIndex);
abstract member PropagateOutputParameters : System.Data.Common.DbParameterCollection * int -> unit
Public Sub PropagateOutputParameters (parameterCollection As DbParameterCollection, baseParameterIndex As Integer)

パラメーター

parameterCollection
DbParameterCollection

出力値の伝達元となるパラメーター コレクション。

baseParameterIndex
Int32

このModificationCommandパラメーターがparameterCollection開始される のインデックス。

適用対象