DataServiceQuery<TElement>.ToString Method

Definition

Represents the URI of the query to the data service.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Returns

A URI as string that represents the query to the data service for this DataServiceQuery<TElement> instance.

Applies to