ExecutionOptions.Streaming Property

 
Note: This API is now obsolete.

Gets a value that indicates whether the query is streaming or buffering.

Namespace:   System.Data.Entity.Core.Objects
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; }

Property Value

Type: System.Boolean

true if the query is streaming; otherwise, false.