ctdbGetRecordCount
Retrieve the number of records in Table.
Declaration
CTDBRET ctdbGetRecordCount(CTHANDLE Handle, pCTUINT64 pCount)
Description
ctdbGetRecordCount() retrieves the number of records in the table.
Returns
ctdbGetRecordCount() returns CTDBRET_OK on success, or a c-treeDB API .NET error code on failure
See also