ModificationCommand.PropagateOutputParameters Method

Definition

Reads output parameters returned from the database in the given parameterCollection and propagates them back to into the appropriate IColumnModification from which the values can be propagated on to tracked entities.

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

Parameters

parameterCollection
DbParameterCollection

The parameter collection from which to propagate output values.

baseParameterIndex
Int32

The index in parameterCollection on which parameters for this ModificationCommand begin.

Implements

Applies to