Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Sends a request to the data service to execute a specific URI.
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 | |
---|---|---|
![]() |
Execute<TElement>(Uri) | Sends a request to the data service to execute a specific URI.Not supported by the WCF Data Services 5.0 client for Silverlight. |
![]() |
Execute<T>(DataServiceQueryContinuation<T>) | Sends a request to the data service to retrieve the next page of data in a paged query result.Not supported by the WCF Data Services 5.0 client for Silverlight. |
![]() |
Execute(Uri, String, array<OperationParameter[]) | Sends a request to the data service to execute a specific URI by using a specific HTTP method.Not supported by the WCF Data Services 5.0 client for Silverlight. |
![]() |
Execute<TElement>(Uri, String, Boolean, array<OperationParameter[]) | Sends a request to the data service to execute a specific URI by using a specific HTTP method.Not supported by the WCF Data Services 5.0 client for Silverlight. |
Top