DataServiceContext::LoadProperty Method

 

Loads deferred content from the data service.

Namespace:   System.Data.Services.Client
Assembly:  System.Data.Services.Client (in System.Data.Services.Client.dll)

NameDescription
System_CAPS_pubmethodLoadProperty(Object^, String^)

Loads deferred content for a specified property from the data service.

System_CAPS_pubmethodLoadProperty(Object^, String^, DataServiceQueryContinuation^)

Loads the next page of related entities from the data service by using the supplied query continuation object.

System_CAPS_pubmethodLoadProperty(Object^, String^, Uri^)

Loads a page of related entities by using the supplied next link URI.

System_CAPS_pubmethodLoadProperty<T>(Object^, String^, DataServiceQueryContinuation<T>^)

Loads the next page of related entities from the data service by using the supplied generic query continuation object.

Return to top
Show: