DbQuery.AsStreaming 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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.DbQuery AsStreaming ();
abstract member AsStreaming : unit -> System.Data.Entity.Infrastructure.DbQuery
override this.AsStreaming : unit -> System.Data.Entity.Infrastructure.DbQuery
Public Overridable Function AsStreaming () As DbQuery
傳回
已套用 AsStreaming 的新查詢。
- 屬性