DbSqlQuery<TEntity>.AsStreaming Method ()
Note: This API is now obsolete.Namespace:
System.Data.Entity.Infrastructure
Assembly: EntityFramework (in EntityFramework.dll)
Returns a new query that will stream the results instead of buffering.
Assembly: EntityFramework (in EntityFramework.dll)
[ObsoleteAttribute("Queries are now streaming by default unless a retrying ExecutionStrategy is used. Calling this method will have no effect.")] public virtual DbSqlQuery<TEntity> AsStreaming()
Return Value
Type: System.Data.Entity.Infrastructure.DbSqlQuery<TEntity>A new query with AsStreaming applied.