Share via


DataServiceContext.Execute Method

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

See Also

Reference

DataServiceContext Class

System.Data.Services.Client Namespace