ModificationCommand.PropagateResults 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
PropagateResults(RelationalDataReader) |
讀取從指定 |
PropagateResults(ValueBuffer) |
讀取從指定 ValueBuffer 資料庫中傳回的值,並將其傳播回適當的 IColumnModification 值,以便將值傳播至追蹤的實體。 |
PropagateResults(RelationalDataReader)
讀取從指定 relationalReader
中資料庫傳回的結果集資料行,並將其傳播回適當的 IColumnModification 值,以便將值傳播至追蹤的實體。
public virtual void PropagateResults (Microsoft.EntityFrameworkCore.Storage.RelationalDataReader relationalReader);
abstract member PropagateResults : Microsoft.EntityFrameworkCore.Storage.RelationalDataReader -> unit
override this.PropagateResults : Microsoft.EntityFrameworkCore.Storage.RelationalDataReader -> unit
Public Overridable Sub PropagateResults (relationalReader As RelationalDataReader)
參數
- relationalReader
- RelationalDataReader
包含從資料庫讀取之值的關聯式讀取器。
實作
適用於
PropagateResults(ValueBuffer)
讀取從指定 ValueBuffer 資料庫中傳回的值,並將其傳播回適當的 IColumnModification 值,以便將值傳播至追蹤的實體。
public virtual void PropagateResults (Microsoft.EntityFrameworkCore.Storage.ValueBuffer valueBuffer);
abstract member PropagateResults : Microsoft.EntityFrameworkCore.Storage.ValueBuffer -> unit
override this.PropagateResults : Microsoft.EntityFrameworkCore.Storage.ValueBuffer -> unit
Public Overridable Sub PropagateResults (valueBuffer As ValueBuffer)
參數
- valueBuffer
- ValueBuffer
緩衝區,其中包含從資料庫讀取的值。