1 write to singleResult
System.Data.Services (1)
System\Data\Services\Providers\BasicExpandProvider.cs (1)
1069this.singleResult = singleResult;
12 references to singleResult
System.Data.Services (12)
System\Data\Services\Providers\BasicExpandProvider.cs (12)
721if (this.singleResult) 803return !this.singleResult && 1099(this.Node.Filter != null || (this.Node.MaxResultsExpected.HasValue && !this.singleResult)); 1151if (call != null && !this.singleResult && this.RequiresWrapper) 1343this.singleResult ? 1349if (this.singleResult && this.Node.Filter != null) 1355else if (!this.singleResult) 1394this.singleResult ? 1398Expression parameter = this.singleResult ? expression : Expression.Parameter(expressionElementType, "p"); 1410if (this.singleResult) 1466if (this.singleResult && this.ExpandProvider.Provider.NullPropagationRequired) 1502Debug.Assert(!this.singleResult, "We don't need sorting for single results");