IRowsetImpl::m_bCanFetchBack

 

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_bCanFetchBack.

Indicates whether a provider supports backward fetching.

Syntax

  
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

IRowsetImpl Class
IRowsetImpl::m_bCanScrollBack