Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTTable.GetOpenMode

Syntax

OPEN_MODE GetOpenMode( )

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 (OPEN_MODE enum)".

Return

GetOpenMode() returns the table open mode.

See Also

GetCreateMode(), Open()

TOCIndex