IReadOnlyModificationCommand.PropagateOutputParameters Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 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)
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.
Applies to
Entity Framework