AffectedCountModificationCommandBatch.ConsumeResultSetWithPropagation Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| ConsumeResultSetWithPropagation(Int32, RelationalDataReader) |
tarafından oluşturulan veri okuyucuyu Execute(IRelationalConnection) tüketir, değerleri içine geri yayır. ModificationCommand |
| ConsumeResultSetWithPropagation(Int32, DbDataReader) |
ConsumeResultSetWithPropagation(Int32, RelationalDataReader)
tarafından oluşturulan veri okuyucuyu Execute(IRelationalConnection) tüketir, değerleri içine geri yayır. ModificationCommand
protected virtual int ConsumeResultSetWithPropagation (int commandIndex, Microsoft.EntityFrameworkCore.Storage.RelationalDataReader reader);
abstract member ConsumeResultSetWithPropagation : int * Microsoft.EntityFrameworkCore.Storage.RelationalDataReader -> int
override this.ConsumeResultSetWithPropagation : int * Microsoft.EntityFrameworkCore.Storage.RelationalDataReader -> int
Protected Overridable Function ConsumeResultSetWithPropagation (commandIndex As Integer, reader As RelationalDataReader) As Integer
Parametreler
- commandIndex
- Int32
Tüketilen komutun ordinal.
- reader
- RelationalDataReader
Veri okuyucusu.
Döndürülenler
Bir sonraki komutun tüketilmesi gereken ordinal.
Şunlara uygulanır
ConsumeResultSetWithPropagation(Int32, DbDataReader)
protected virtual int ConsumeResultSetWithPropagation (int commandIndex, System.Data.Common.DbDataReader reader);
abstract member ConsumeResultSetWithPropagation : int * System.Data.Common.DbDataReader -> int
override this.ConsumeResultSetWithPropagation : int * System.Data.Common.DbDataReader -> int
Protected Overridable Function ConsumeResultSetWithPropagation (commandIndex As Integer, reader As DbDataReader) As Integer
Parametreler
- commandIndex
- Int32
- reader
- DbDataReader