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