DbQuery<TResult>.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 puffert.

[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.DbQuery<TResult> AsStreaming ();
abstract member AsStreaming : unit -> System.Data.Entity.Infrastructure.DbQuery<'Result>
override this.AsStreaming : unit -> System.Data.Entity.Infrastructure.DbQuery<'Result>
Public Overridable Function AsStreaming () As DbQuery(Of TResult)

Gibt zurück

Eine neue Abfrage, auf die AsStreaming angewendet wurde.

Attribute

Gilt für: