Udostępnij za pośrednictwem


DbQuery<TResult>.AsStreaming Metoda

Definicja

Przestroga

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

Zwraca nowe zapytanie, które będzie przesyłać strumieniowo wyniki zamiast buforowania.

[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)

Zwraca

Zastosowano nowe zapytanie z funkcją AsStreaming.

Atrybuty

Dotyczy