다음을 통해 공유


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이 적용된 새 쿼리입니다.

특성

적용 대상