CRecordset::CanRestart

CRecordset::CanRestart

BOOL CanRestart( ) const;

Return Value

Nonzero if requery is allowed; otherwise 0.

Remarks

Call this member function to determine whether the recordset allows restarting its query (to refresh its records) by calling the Requery member function.

CRecordset Overview |  Class Members |  Hierarchy Chart

See Also   CRecordset::Requery