Share via


CDataConnection::operator BOOL

 

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 CDataConnection::operator BOOL.

Determines whether the current session is open or not.

Syntax

  
operator BOOL( ) throw( );  
  

Remarks

Returns BOOL (MFC typedef) value. TRUE means the current session is open; FALSE means the current session is closed.

Requirements

Header: atldbcli.h

See Also

CDataConnection Class
CDataConnection::operator bool