IRowsetImpl::m_bCanScrollBack

Indicates whether a provider can have its cursor scroll backwards.

unsigned  m_bCanScrollBack:1;

Remarks

Linked to the DBPROP_CANSCROLLBACKWARDS property in the DBPROPSET_ROWSET group. The provider must support DBPROP_CANSCROLLBACKWARDS for m_bCanFetchBackwards to be true.

Requirements

Header: atldb.h

See Also

Concepts

IRowsetImpl Class

IRowsetImpl Members

IRowsetImpl::m_bCanFetchBack