共用方式為


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

傳回

套用 AsStreaming 的新查詢。

屬性

適用於