Freigeben über


AffectedCountModificationCommandBatch.ConsumeAsync Methode

Definition

Überlädt

ConsumeAsync(RelationalDataReader, CancellationToken)

Verwendet den von erstellten Datenleser ExecuteAsync(IRelationalConnection, CancellationToken).

ConsumeAsync(DbDataReader, CancellationToken)

ConsumeAsync(RelationalDataReader, CancellationToken)

Quelle:
AffectedCountModificationCommandBatch.cs
Quelle:
AffectedCountModificationCommandBatch.cs
Quelle:
AffectedCountModificationCommandBatch.cs
Quelle:
AffectedCountModificationCommandBatch.cs
Quelle:
AffectedCountModificationCommandBatch.cs
Quelle:
AffectedCountModificationCommandBatch.cs
Quelle:
AffectedCountModificationCommandBatch.cs
Quelle:
AffectedCountModificationCommandBatch.cs
Quelle:
AffectedCountModificationCommandBatch.cs

Verwendet den von erstellten Datenleser ExecuteAsync(IRelationalConnection, CancellationToken).

protected override System.Threading.Tasks.Task ConsumeAsync (Microsoft.EntityFrameworkCore.Storage.RelationalDataReader reader, System.Threading.CancellationToken cancellationToken = default);
override this.ConsumeAsync : Microsoft.EntityFrameworkCore.Storage.RelationalDataReader * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Protected Overrides Function ConsumeAsync (reader As RelationalDataReader, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameter

reader
RelationalDataReader

Der Datenleser.

cancellationToken
CancellationToken

Ein CancellationToken , der beobachtet werden soll, während auf den Abschluss der Aufgabe gewartet wird.

Gibt zurück

Eine Aufgabe, die den asynchronen Vorgang darstellt.

Ausnahmen

Gilt für:

ConsumeAsync(DbDataReader, CancellationToken)

protected override System.Threading.Tasks.Task ConsumeAsync (System.Data.Common.DbDataReader reader, System.Threading.CancellationToken cancellationToken = default);
override this.ConsumeAsync : System.Data.Common.DbDataReader * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Protected Overrides Function ConsumeAsync (reader As DbDataReader, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameter

reader
DbDataReader
cancellationToken
CancellationToken

Gibt zurück

Gilt für: