DataServiceActionQuery.Execute Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Executes the action and returns the operation response.
public Microsoft.OData.Client.OperationResponse Execute ();
member this.Execute : unit -> Microsoft.OData.Client.OperationResponse
Public Function Execute () As OperationResponse
Returns
Operation result.
Exceptions
Problem materializing result of query into object.