Freigeben über


DbSqlQuery<TEntity>.AsStreaming Methode

Definition

Achtung

Queries are now streaming by default unless a retrying ExecutionStrategy is used. Calling this method will have no effect.

Gibt eine neue Abfrage zurück, die die Ergebnisse streamt, anstatt puffern zu müssen.

[System.Obsolete("Queries are now streaming by default unless a retrying ExecutionStrategy is used. Calling this method will have no effect.")]
public virtual System.Data.Entity.Infrastructure.DbSqlQuery<TEntity> AsStreaming ();
override this.AsStreaming : unit -> System.Data.Entity.Infrastructure.DbSqlQuery<'Entity (requires 'Entity : null)>
Public Overridable Function AsStreaming () As DbSqlQuery(Of TEntity)

Gibt zurück

Eine neue Abfrage mit Angewendetem AsStreaming.

Attribute

Gilt für: