|
bool COTable<T>::IsDelayUpdate(); Return Value true if a COTable<T> member m_pIRowsetUpdate is pointing to an interface IRowsetUpdate; otherwise false. Remark Checks if an associated rowset uses delayed update mode by checking if the interface IRowsetUpdate is available. |