CDaoTableDef::GetName

CString GetName( );
throw( CDaoException, CMemoryException );

Return Value

A user-defined name for a table.

Remarks

Call this member function to obtain the user-defined name of the underlying table. This name starts with a letter and can contain a maximum of 64 characters. It can include numbers and underscore characters but cannot include punctuation or spaces.

For more information on tabledefs, see the articles DAO Tabledef and DAO Tabledef: Using Tabledefs in Visual C++ Programmer's Guide. For related information, see the topic "Name Property" in DAO Help.

CDaoTableDef OverviewClass MembersHierarchy Chart

See Also   CDaoTableDef::SetName, CDaoTableDef::GetConnect, CDaoTableDef::SetConnect