8 references to DataServiceVersionEmpty
System.Data.Services.Client (8)
System\Data\Services\Client\DataServiceContext.cs (5)
1014
QueryComponents qc = new QueryComponents(requestUri, Util.
DataServiceVersionEmpty
, typeof(TElement), null, null);
1064
QueryComponents qc = new QueryComponents(requestUri, Util.
DataServiceVersionEmpty
, typeof(TElement), null, null);
2592
if (requestVersion != Util.DataServiceVersion1 && requestVersion != Util.
DataServiceVersionEmpty
)
3280
requestVersion = Util.
DataServiceVersionEmpty
;
5566
QueryComponents qc = new QueryComponents(null, Util.
DataServiceVersionEmpty
, entityDescriptor.Entity.GetType(), null, null);
System\Data\Services\Client\DataServiceQueryContinuation.cs (1)
109
QueryComponents result = new QueryComponents(this.NextLinkUri, Util.
DataServiceVersionEmpty
, this.Plan.LastSegmentType, null, null);
System\Data\Services\Client\DataServiceRequestOfT.cs (1)
44
this.queryComponents = new QueryComponents(requestUri, Util.
DataServiceVersionEmpty
, elementType, null, null);
System\Data\Services\Client\MaterializeFromAtom.cs (1)
155
: this(context, reader, new QueryComponents(null, Util.
DataServiceVersionEmpty
, type, null, null), null, mergeOption)