Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTRecord.GetRecordCount

Syntax

CTUINT64 GetRecordCount( )

Parameters

This method has no parameters.

Description

Retrieves the number of records in table. It may be used in conjunction with First() and Next() to retrieve all records in the table.

Return

GetRecordCount() returns the number of records in the table.

See Also

First(), Next()

TOCIndex