CDatabaseRecordset::GetQueryPrefix

[This is preliminary documentation and subject to change.]

The GetQueryPrefix method returns the query prefix.

CString GetQueryPrefix(void);
 

Parameters

None.

Return Values

A string of the form "SELECT * FROM <TableName". Where TableName is the name of the table associated the recordset object. For example if you call CEpisodeTRecordset::GetQueryPrefix, the string returned is "SELECT * FROM <Episode".

QuickInfo

  Windows NT: Unsupported.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in dbsets.h.
  Import Library: Use dbsets.lib or dbsetsSt.lib.
  Unicode: Yes.