Creates a Google Base query Uri. To create a query, first get the Uri of the feed you want from GBaseUriFactory and then pass it to the constructor.

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

Syntax

C#
public class GBaseQuery : FeedQuery
Visual Basic (Declaration)
Public Class GBaseQuery _

	Inherits FeedQuery
Visual C++
public ref class GBaseQuery : public FeedQuery

Inheritance Hierarchy

System..::.Object
  Google.GData.Client..::.FeedQuery
    Google.GData.GoogleBase..::.GBaseQuery

See Also