DataServiceContext.LoadProperty Method
.NET Framework 4.5
Loads deferred content from the data service.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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<T>(Object, String, DataServiceQueryContinuation<T>) | Loads the next page of related entities from the data service by using the supplied generic query continuation object. |
|
LoadProperty(Object, String, Uri) | Loads a page of related entities by using the supplied next link URI. |