RetrieveSucceeded¶
RetrieveSucceeded(int)¶
Check if the query results could be retrieved successfully using the return code from Query method.
Declaration¶
bool RetrieveSucceeded(int status)
Parameters¶
status |
The query status returned from Query. |
Return¶
Whether the retrieve was successful.