GetObjectByFQL(T) Method

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image

[Missing <summary> documentation for "M:FacebookWrapper.FacebookService.GetObjectByFQL``1(System.String,System.String)"]

Namespace: FacebookWrapper
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)

Syntax

C#
public static T GetObjectByFQL<T>(
	string i_FqlPredicate,
	string i_Fields = ""
)
where T : new(), FacebookObject
Visual Basic
Public Shared Function GetObjectByFQL(Of T As {New, FacebookObject}) ( _
	i_FqlPredicate As String, _
	Optional i_Fields As String = "" _
) As T
Visual C++
public:
generic<typename T>
where T : gcnew(), FacebookObject
static T GetObjectByFQL(
	String^ i_FqlPredicate, 
	String^ i_Fields = L""
)

Parameters

i_FqlPredicate
Type: System..::..String

[Missing <param name="i_FqlPredicate"/> documentation for "M:FacebookWrapper.FacebookService.GetObjectByFQL``1(System.String,System.String)"]

i_Fields (Optional)
Type: System..::..String

[Missing <param name="i_Fields"/> documentation for "M:FacebookWrapper.FacebookService.GetObjectByFQL``1(System.String,System.String)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:FacebookWrapper.FacebookService.GetObjectByFQL``1(System.String,System.String)"]

Return Value

[Missing <returns> documentation for "M:FacebookWrapper.FacebookService.GetObjectByFQL``1(System.String,System.String)"]

See Also