FairCom Corporation


4.6.2.14 CTDatabase.GetTableCount


Syntax

int GetTableCount( )

Parameters

This method has no parameters.

Description

Retrieves the number of tables in the database dictionary.

Return

GetTableCount returns the number of tables in the database.

Example

aDatabase.Connect();
n = aDatabase.GetTableCount();
Console.Write("\nThere are {0} tables in this database.",n);

FairCom Corporation
www.faircom.com