Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTTable::GetOpenMode

Syntax

CTOPEN_MODE GetOpenMode( ) const

Parameters

This method has no parameters.

Description

Retrieves the table open mode. The valid values for the table open mode are shown in "Table Open Modes".

Return

GetOpenMode() returns the table open mode.

See also

Open(), GetCreateMode()

TOCIndex