DataServiceQuery<TElement>.ToString Method
Represents the URI of the query to the data service.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As DataServiceQuery
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
public:
virtual String^ ToString() override
abstract ToString : unit -> string
override ToString : unit -> string
public override function ToString() : String
Return Value
Type: System.String
A URI as string that represents the query to the data service for this DataServiceQuery<TElement> instance.