DataServiceContext::LoadProperty Method
.NET Framework (current version)
Loads deferred content from the data service.
Assembly: System.Data.Services.Client (in System.Data.Services.Client.dll)
| Name | Description | |
|---|---|---|
![]() | LoadProperty(Object^, String^) | Loads deferred content for a specified property from the data service. |
![]() | LoadProperty(Object^, String^, DataServiceQueryContinuation^) | Loads the next page of related entities from the data service by using the supplied query continuation object. |
![]() | LoadProperty(Object^, String^, Uri^) | Loads a page of related entities by using the supplied next link URI. |
![]() | LoadProperty<T>(Object^, String^, DataServiceQueryContinuation<T>^) | Loads the next page of related entities from the data service by using the supplied generic query continuation object. |
Show:
