Share via


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

Reference

IRowsetImpl Class

IRowsetImpl::m_bCanFetchBack

Other Resources

IRowsetImpl Members