Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTTable.Open

Syntax

void Open( String Name, OPEN_MODE OpenMode)

Parameters

  • Name [in] The table name
  • OpenMode [in] The open mode for the table. The valid values for the table open mode are shown in "Table Open Modes (OPEN_MODE enum)".

Description

Opens an existing table.

Return

None.

See Also

Close(), Create(), GetOpenMode()

TOCIndex