DataServiceRequest<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 DataServiceRequest 
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
The requested URI as a String value.

Remarks

Overrides the ToString method.

See Also

Reference

DataServiceRequest<TElement> Class

System.Data.Services.Client Namespace