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()