ExecutionOptions.Streaming Property
Note: This API is now obsolete.Namespace:
System.Data.Entity.Core.Objects
Assembly: EntityFramework (in EntityFramework.dll)
Gets a value that indicates whether the query is streaming or buffering.
Assembly: EntityFramework (in EntityFramework.dll)
[ObsoleteAttribute("Queries are now streaming by default unless a retrying ExecutionStrategy is used. This property no longer returns an accurate value.")] public bool Streaming { get; }