Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTTable.HasRecbyt

Syntax

bool HasRecbyt( )

Parameters

This method has no parameters.

Description

Indicates if a table has support to a RECBYT index or not. By default, when a table is created it has support to this index enabled.

Return

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

See Also

Create()

TOCIndex