次の方法で共有


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 が適用された新しいクエリ。

属性

適用対象