virtual bool COTable<T>::IsReadOnly();
Return Value
true if the associated rowset is not updateable; otherwise false.
Remark
Checks if a rowset is updateable by checking if its member m_pIRowsetChange is pointing to an interface IRowsetChange.
COTable<T> Class Overview & Class Members