DataServiceCollection<T>.LoadAsync Method
Include Protected Members
Include Inherited Members
Asynchronously loads items into the collection.
Supported only 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 | |
---|---|---|
LoadAsync() | Asynchronously loads items into the collection, when it represents the navigation property of an entity.Supported only by the WCF Data Services 5.0 client for Silverlight. | |
LoadAsync(IQueryable<T>) | Asynchronously loads the collection by executing a DataServiceQuery<TElement>.Supported only by the WCF Data Services 5.0 client for Silverlight. | |
LoadAsync(Uri) |
Top