ODataQuerySettings.EnableCorrelatedSubqueryBuffering Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.