Creates the partial URI query string based on all set properties.

Namespace:  Google.GData.Client
Assembly:  Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2

Syntax

C#
protected override string CalculateQuery(

	string basePath

)
Visual Basic (Declaration)
Protected Overrides Function CalculateQuery ( _

	basePath As String _

) As String
Visual C++
protected:

virtual String^ CalculateQuery(

	String^ basePath

) override

Parameters

basePath
Type: System..::.String

Return Value

string => the query part of the URI

See Also