ctdbIsRecordSetOn
Declaration
CTBOOL ctdbDECL ctdbIsRecordSetOn(CTHANDLE Handle);
Description
Indicates if record set is active or not. A record set is active after a successful call to ctdbRecordSetOn(). A record set can be switched off by calling ctdbRecordSetOff().
Return Values
Returns YES if a record set if active and NO if a record set is not active.
See Also
ctdbRecordSetOn(), ctdbRecordSetOff()