DataServiceActionQuery<T>.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 results as a collection.
public System.Collections.Generic.IEnumerable<T> Execute ();
member this.Execute : unit -> seq<'T>
Public Function Execute () As IEnumerable(Of T)
Returns
IEnumerable<T>
Action results.
Exceptions
Problem materializing result of query into object.