Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTTable.GetCreateMode

Syntax

CREATE_MODE GetCreateMode( )

Parameters

This method has no parameters.

Description

Retrieves the table create mode. The valid values for the table create mode are shown in "Table Create Modes (CREATE_MODE enum)".

Return

GetCreateMode() returns the table create mode.

See Also

Create(), GetOpenMode()

TOCIndex