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 Execute(IRelationalConnection)oluşturulan veri okuyucuyu, değerleri içine geri yayarak tüketir ModificationCommand. |
| ConsumeResultSetWithPropagation(Int32, DbDataReader) |
ConsumeResultSetWithPropagation(Int32, RelationalDataReader)
tarafından Execute(IRelationalConnection)oluşturulan veri okuyucuyu, değerleri içine geri yayarak tüketir 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
Kullanılan komutun sıralı.
- reader
- RelationalDataReader
Veri okuyucu.
Döndürülenler
Bir sonraki komutun tüketilmesi gereken sıra.
Ş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