Sdílet prostřednictvím


DbSqlQuery<TEntity>.AsStreaming Metoda

Definice

Upozornění

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

Vrátí nový dotaz, který bude streamovat výsledky místo ukládání do vyrovnávací paměti.

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

Návraty

Nový dotaz s použitým AsStreamingem

Atributy

Platí pro