IRowsetImpl::m_bCanScrollBack

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at IRowsetImpl::m_bCanScrollBack.

Indicates whether a provider can have its cursor scroll backwards.

Syntax

  
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

IRowsetImpl Class
IRowsetImpl::m_bCanFetchBack