1 instantiation of LoadPropertyResult
System.Data.Services.Client (1)
System\Data\Services\Client\DataServiceContext.cs (1)
3285
return new
LoadPropertyResult
(entity, propertyName, this, request, callback, state, dataServiceRequest, plan);
10 references to LoadPropertyResult
System.Data.Services.Client (10)
System\Data\Services\Client\DataServiceContext.cs (10)
630
LoadPropertyResult
result = this.CreateLoadPropertyRequest(entity, propertyName, callback, state, nextLinkUri, null);
647
LoadPropertyResult
result = this.CreateLoadPropertyRequest(entity, propertyName, callback, state, null, continuation);
659
LoadPropertyResult
response = QueryResult.EndExecute<
LoadPropertyResult
>(this, "LoadProperty", asyncResult);
704
LoadPropertyResult
result = this.CreateLoadPropertyRequest(entity, propertyName, null, null, nextLinkUri, null);
728
LoadPropertyResult
result = this.CreateLoadPropertyRequest(entity, propertyName, null, null, null, continuation);
752
LoadPropertyResult
result = this.CreateLoadPropertyRequest(entity, propertyName, null, null, null, continuation);
3231
private
LoadPropertyResult
CreateLoadPropertyRequest(object entity, string propertyName, AsyncCallback callback, object state, Uri requestUri, DataServiceQueryContinuation continuation)
3984
buffer =
LoadPropertyResult
.ReadByteArrayWithContentLength(responseStream, total);
3988
buffer =
LoadPropertyResult
.ReadByteArrayChunked(responseStream);