DbSqlQuery.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.DbSqlQuery AsStreaming ();
override this.AsStreaming : unit -> System.Data.Entity.Infrastructure.DbSqlQuery
Public Overridable Function AsStreaming () As DbSqlQuery
반환
AsStreaming이 적용된 새 쿼리입니다.
- 특성