creates a query object and set's it up based on the settings object.

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

Syntax

C#
protected Y PrepareQuery<Y>(

	string uri

) where Y : new(), FeedQuery
Visual Basic (Declaration)
Protected Function PrepareQuery(Of Y As {New, FeedQuery}) ( _

	uri As String _

) As Y
Visual C++
protected:

generic<typename Y>

where Y : gcnew(), FeedQuery

Y PrepareQuery(

	String^ uri

)

Parameters

uri
Type: System..::.String

Type Parameters

Y

Return Value

See Also