Execute.1 |
Scroll |
Executes the query on the server.
Namespace: Therefore.API
Visual Basic Public Overridable Function Execute ( _ pServer As TheServer _ ) As TheQueryResult C# public virtual TheQueryResult Execute ( TheServer pServer )
Parameters pServer A valid and connected TheServer object.
Return Value TheQueryResult instance with the information found by the query. |
|