IRowsetImpl::m_bCanFetchBack

Indicates whether a provider supports backward fetching.

unsigned m_bCanFetchBack:1;

Remarks

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

Requirements

Header: atldb.h

See Also

Reference

IRowsetImpl Class

IRowsetImpl::m_bCanScrollBack

Other Resources

IRowsetImpl Members