Execute.2 |
Scroll |
Executes the query by specifying a field.
Namespace: Therefore.API
Visual Basic Public Overridable Function Execute ( _ pField As ITheCategoryField, _ pServer As TheServer _ ) C# public virtual void Execute ( ITheCategoryField pField, TheServer pServer )
Parameters Field The field the query is executed on.
pServer A valid and connected TheServer object.
Return Value None. |
|