Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTTable.IsActive

Syntax

bool IsActive( )

Parameters

This method has no parameters.

Description

Indicates if a table is open or closed.

Return

IsActive() returns true if the table is open and false otherwise.

Example

if (!aTable.IsActive())

aTable.Open(tb_name, OPEN_MODE.NORMAL_OPEN);

See Also

Open()

TOCIndex