Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTTable.Create

Syntax

void Create(String Name, CREATE_MODE CreateMode)

Parameters

Description

Creates a new table. Before the table creation, it must be defined with AddField(), and optionally with AddIndex() and AddSegment().

Return

None.

See Also

AddField(), GetCreateMode(), Open()

TOCIndex