次の方法で共有


AffectedCountModificationCommandBatch.ConsumeResultSetWithoutPropagation メソッド

定義

オーバーロード

ConsumeResultSetWithoutPropagation(Int32, DbDataReader)
ConsumeResultSetWithoutPropagation(Int32, RelationalDataReader)

値を に反映せずに、 によって Execute(IRelationalConnection) 作成されたデータ リーダーを使用します ModificationCommand

ConsumeResultSetWithoutPropagation(Int32, DbDataReader)

protected virtual int ConsumeResultSetWithoutPropagation (int commandIndex, System.Data.Common.DbDataReader reader);
abstract member ConsumeResultSetWithoutPropagation : int * System.Data.Common.DbDataReader -> int
override this.ConsumeResultSetWithoutPropagation : int * System.Data.Common.DbDataReader -> int
Protected Overridable Function ConsumeResultSetWithoutPropagation (commandIndex As Integer, reader As DbDataReader) As Integer

パラメーター

commandIndex
Int32
reader
DbDataReader

戻り値

適用対象

ConsumeResultSetWithoutPropagation(Int32, RelationalDataReader)

ソース:
AffectedCountModificationCommandBatch.cs
ソース:
AffectedCountModificationCommandBatch.cs
ソース:
AffectedCountModificationCommandBatch.cs
ソース:
AffectedCountModificationCommandBatch.cs
ソース:
AffectedCountModificationCommandBatch.cs
ソース:
AffectedCountModificationCommandBatch.cs

値を に反映せずに、 によって Execute(IRelationalConnection) 作成されたデータ リーダーを使用します ModificationCommand

protected virtual int ConsumeResultSetWithoutPropagation (int commandIndex, Microsoft.EntityFrameworkCore.Storage.RelationalDataReader reader);
abstract member ConsumeResultSetWithoutPropagation : int * Microsoft.EntityFrameworkCore.Storage.RelationalDataReader -> int
override this.ConsumeResultSetWithoutPropagation : int * Microsoft.EntityFrameworkCore.Storage.RelationalDataReader -> int
Protected Overridable Function ConsumeResultSetWithoutPropagation (commandIndex As Integer, reader As RelationalDataReader) As Integer

パラメーター

commandIndex
Int32

使用されているコマンドの序数。

reader
RelationalDataReader

データ リーダーです。

戻り値

使用する必要がある次のコマンドの序数。

適用対象