Platform SDK: Broadcast Architecture |
The GetQueryPrefix method returns the query prefix. C syntax is shown.
CString GetQueryPrefix(void);
None.
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
Windows NT/2000: Unsupported.
Windows 95/98: Requires Windows 98.
Header: Declared in dbsets.h.
Import Library: Use dbsets.lib or dbsetsst.lib.