Platform SDK: Broadcast Architecture

CDatabaseRecordset::GetQueryPrefix

The GetQueryPrefix method returns the query prefix. C syntax is shown.

CString GetQueryPrefix(void);

Parameters

None.

Return Values

Returns if successful a string of the form

SELECT *FROM <TableName 

where TableName is the name of the table associated with the recordset object. For example, if you call CEpisodeTRecordset::GetQueryPrefix, the string returned is

SELECT * FROM <Episode

Requirements

  Windows NT/2000: Unsupported.
  Windows 95/98: Requires Windows 98.
  Header: Declared in dbsets.h.
  Import Library: Use dbsets.lib or dbsetsst.lib.