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
Public method 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.
Public method 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.
Public method 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.
Public method 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

See Also

Reference

DataServiceContext Class

System.Data.Services.Client Namespace