DataServiceCollection<T>.Load Method
Include Protected Members
Include Inherited Members
Loads entities into the collection.
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 | |
---|---|---|
Load(IEnumerable<T>) | Loads a collection of entity objects into the collection.Not supported by the WCF Data Services 5.0 client for Silverlight. | |
Load(T) | Loads a single entity object into the collection.Not supported by the WCF Data Services 5.0 client for Silverlight. |
Top