IReadOnlyModificationCommand.PropagateOutputParameters 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
讀取從指定 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
。