Execute.1 |
Scroll |
Executes the multi query on the server.
Namespace: Therefore.API
Visual Basic Public Overridable Function Execute ( _ pServer As TheServer, _ nlcid As Integer _ ) As ITheMultiQueryResult C# public virtual ITheMultiQueryResult Execute ( TheServer pServer, int nlcid )
Parameters pServer A valid and connected TheServer object.
nlcid The LCID used to parse the query conditions.
Return Value TheMultiQueryResult instance with the information found by the query limited to the number specified with MaxRows. |
|