The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DbQuery<TResult>::AsStreaming Method ()
Entity Framework 6.0
Note: This API is now obsolete.Namespace:
System.Data.Entity.Infrastructure
Assembly: EntityFramework (in EntityFramework.dll)
Return to top
Returns a new query that will stream the results instead of buffering.
Assembly: EntityFramework (in EntityFramework.dll)
public: [ObsoleteAttribute("Queries are now streaming by default unless a retrying ExecutionStrategy is used. Calling this method will have no effect.")] virtual DbQuery<TResult>^ AsStreaming()
Return Value
Type: System.Data.Entity.Infrastructure::DbQuery<TResult>^A new query with AsStreaming applied.
Show: