다음을 통해 공유


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

반환

AsStreaming이 적용된 새 쿼리입니다.

특성

적용 대상