DbSqlQuery<TEntity>.AsStreaming 方法

定义

注意

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

返回一个新查询,该查询将流式传输结果,而不是缓冲。

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

返回

应用了 AsStreaming 的新查询。

属性

适用于