Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTTable.HasRowid

Syntax

bool HasRowid( )

Parameters

This method has no parameters.

Description

Indicates if a table has support to a ROWID index or not. By default, when a table is created it has support to this index enabled. A ROWID index is an automatic sequence number.

Return

HasRecbyt() returns true if the table has support to the ROWID index, false otherwise.

See Also

Create(), Record.FindRowid(), Record.GetRowid()

TOCIndex