EnableQueryAttribute.EnableCorrelatedSubqueryBuffering Property

Definition

Gets or sets a value indicating whether queries with expanded navigations should be formulated to encourage correlated subquery results to be buffered. Buffering correlated subquery results can reduce the number of queries from N + 1 to 2 by buffering results from the subquery.

public bool EnableCorrelatedSubqueryBuffering { get; set; }
member this.EnableCorrelatedSubqueryBuffering : bool with get, set
Public Property EnableCorrelatedSubqueryBuffering As Boolean

Property Value

The default value is false.

Applies to