FbApiWrapper - Documentation |
FacebookService..::..GetCollectionByFQL<(Of <(<'T>)>)> Method |
FacebookService Class See Also Send Feedback |
[Missing <summary> documentation for "M:FacebookWrapper.FacebookService.GetCollectionByFQL``1(System.String,System.String,FacebookWrapper.ObjectModel.DynamicWrapper.eLoadOptions)"]
Namespace: FacebookWrapper
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)
Syntax
C# |
---|
public static FacebookObjectCollection<T> GetCollectionByFQL<T>( string i_FqlPredicate, string i_Fields = "", DynamicWrapper..::..eLoadOptions i_LoadOptions = DynamicWrapper..::..eLoadOptions.Full ) where T : new(), FacebookObject |
Visual Basic |
---|
Public Shared Function GetCollectionByFQL(Of T As {New, FacebookObject}) ( _ i_FqlPredicate As String, _ Optional i_Fields As String = "", _ Optional i_LoadOptions As DynamicWrapper..::..eLoadOptions = DynamicWrapper..::..eLoadOptions.Full _ ) As FacebookObjectCollection(Of T) |
Visual C++ |
---|
public: generic<typename T> where T : gcnew(), FacebookObject static FacebookObjectCollection<T>^ GetCollectionByFQL( String^ i_FqlPredicate, String^ i_Fields = L"", DynamicWrapper..::..eLoadOptions i_LoadOptions = DynamicWrapper..::..eLoadOptions::Full ) |
Parameters
- i_FqlPredicate
- Type: System..::..String
[Missing <param name="i_FqlPredicate"/> documentation for "M:FacebookWrapper.FacebookService.GetCollectionByFQL``1(System.String,System.String,FacebookWrapper.ObjectModel.DynamicWrapper.eLoadOptions)"]
- i_Fields (Optional)
- Type: System..::..String
[Missing <param name="i_Fields"/> documentation for "M:FacebookWrapper.FacebookService.GetCollectionByFQL``1(System.String,System.String,FacebookWrapper.ObjectModel.DynamicWrapper.eLoadOptions)"]
- i_LoadOptions (Optional)
- Type: FacebookWrapper.ObjectModel..::..DynamicWrapper..::..eLoadOptions
[Missing <param name="i_LoadOptions"/> documentation for "M:FacebookWrapper.FacebookService.GetCollectionByFQL``1(System.String,System.String,FacebookWrapper.ObjectModel.DynamicWrapper.eLoadOptions)"]
Type Parameters
- T
-
[Missing <typeparam name="T"/> documentation for "M:FacebookWrapper.FacebookService.GetCollectionByFQL``1(System.String,System.String,FacebookWrapper.ObjectModel.DynamicWrapper.eLoadOptions)"]
Return Value
[Missing <returns> documentation for "M:FacebookWrapper.FacebookService.GetCollectionByFQL``1(System.String,System.String,FacebookWrapper.ObjectModel.DynamicWrapper.eLoadOptions)"]