DataServiceContext.LoadProperty Method
Include Protected Members
Include Inherited Members
Loads deferred content from the data service.
Not supported by the WCF Data Services 5.0 client for Silverlight.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
LoadProperty(Object, String) | Loads deferred content for a specified property from the data service.Not supported by the WCF Data Services 5.0 client for Silverlight. | |
LoadProperty(Object, String, DataServiceQueryContinuation) | Loads the next page of related entities from the data service by using the supplied query continuation object.Not supported by the WCF Data Services 5.0 client for Silverlight. | |
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.Not supported by the WCF Data Services 5.0 client for Silverlight. | |
LoadProperty(Object, String, Uri) | Loads a page of related entities by using the supplied next link URI.Not supported by the WCF Data Services 5.0 client for Silverlight. |
Top