Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTTable.GetName

Syntax

String GetName( )

Parameters

This method has no parameters.

Description

Gets the table name, without the name extension.

Return

GetName() returns the table name.

Example

aTable = aDatabase.FirstTable();

Console.Write("\nFirst table: {0}", aTable.GetName());

See Also

GetOpenMode(), GetPath(), GetPermission()

TOCIndex