[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Facebook.Api.Controllers.FqlController.Query``1(System.String)"]

Namespace:  Facebook.Api.Controllers
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public FacebookResponse<TValue> Query<TValue>(
	string fql
)
where TValue : class, IFacebookObject
Visual Basic (Declaration)
Public Function Query(Of TValue As {Class, IFacebookObject}) ( _
	fql As String _
) As FacebookResponse(Of TValue)
Visual C++
public:
generic<typename TValue>
where TValue : ref class, IFacebookObject
FacebookResponse<TValue>^ Query(
	String^ fql
)

Parameters

fql
Type: System..::.String

[Missing <param name="fql"/> documentation for "M:Facebook.Api.Controllers.FqlController.Query``1(System.String)"]

Type Parameters

TValue

[Missing <typeparam name="TValue"/> documentation for "M:Facebook.Api.Controllers.FqlController.Query``1(System.String)"]

Return Value

[Missing <returns> documentation for "M:Facebook.Api.Controllers.FqlController.Query``1(System.String)"]

See Also

FqlController Class
Facebook.Api.Controllers Namespace