DataServiceQuery.Execute Method

Definition

Executes the query against the data service.

public virtual System.Collections.IEnumerable Execute ();
override this.Execute : unit -> System.Collections.IEnumerable
Public Overridable Function Execute () As IEnumerable

Returns

An IEnumerable<T> that contains the results of the query operation.

Exceptions

When the data service returns an HTTP 404: Resource Not Found error.

Applies to