Udostępnij za pośrednictwem


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

Zwraca

Nowe zapytanie z zastosowanym elementem AsStreaming.

Atrybuty

Dotyczy