8 references to PositionalValues
System.Data.Services (8)
System\Data\Services\Parsing\RequestQueryParser.cs (1)
279
foreach (var v in WebUtil.Zip(topLevelOrderingInfo.OrderingExpressions, k.
PositionalValues
, (x, y) => new { Order = x, Value = y }))
System\Data\Services\RequestQueryProcessor.cs (4)
898
if (this.topLevelOrderingInfo.OrderingExpressions.Count != k.
PositionalValues
.Count)
900
throw DataServiceException.CreateBadRequestError(Strings.DataService_SDP_SkipTokenNotMatchingOrdering(k.
PositionalValues
.Count, skipToken, this.topLevelOrderingInfo.OrderingExpressions.Count));
934
object[] convertedValues = new object[k.
PositionalValues
.Count];
936
foreach (var value in k.
PositionalValues
)
System\Data\Services\RequestUriProcessor.cs (1)
1233
keyValue = key.
PositionalValues
[i];
System\Data\Services\UpdatableWrapper.cs (2)
375
if (keyInstance.
PositionalValues
.Count != etagProperties.Count)
387
string value = (string)keyInstance.
PositionalValues
[i];