FairCom Corporation


4.6.2.10 CTDatabase.FindTable


Syntax

bool FindTable(String Name, StringBuilder Path)
bool FindTable(String Name, StringBuilder Path, out ulong uid)
bool FindTable(ulong uid, StringBuilder Name, StringBuilder Path)

Parameters

Description

Locates a table in a database. If the prototype FindTable( String Name, StringBuilder Path) is used, the table is searched by name, and the method retrieves its path. If the prototype FindTable( String Name, StringBuilder Path, out ulong uid) is used, the table is searched by name, and the method retrieves its path and uid. If the prototype FindTable(ulong uid, StringBuilder Name, StringBuilder Path) is used, the table is searched by uid, and the method retrieves its name and path.

Return

FindTable returns true if the table is found, false otherwise.

See Also

FirstTable


FairCom Corporation
www.faircom.com