CDaoQueryDef::GetName

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

Return Value

The name of the query.

Remarks

Call this member function to retrieve the name of the query represented by the querydef. Querydef names are unique user-defined names. For more information about querydef names, see the topic "Name Property" in DAO Help.

For information about querydefs, see the article in Visual C++ Programmer's Guide.

CDaoQueryDef OverviewClass MembersHierarchy Chart

See Also   CDaoQueryDef::SetName, CDaoQueryDef::GetSQL, CDaoQueryDef::GetReturnsRecords, CDaoQueryDef::GetODBCTimeout