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