CdbRelation::SetTable, GetTable Property

Indicates the name of a Relation object's primary table. This should be equal to the Name property setting of a TableDef or QueryDef object (Microsoft Jet workspaces only).

Syntax

VOIDSetTable(LPCTSTR pstr);

CStringGetTable(VOID);

Set Parameters

Type Example Description
LPCTSTR pstr A pointer to a string that contains the name of a table in the TableDefs collection or query in the QueryDefs collection.