QueryID |
Scroll |
Gets the ID of query.
Namespace: Therefore.API
Visual Basic Public Overridable Property QueryID As Integer C# public virtual int QueryID { get; }
Property ValueThe ID of the query on the server. This property is only needed when calling GetNextResultRows or ReleaseQuery. |