CDataConnection::operator CSession*
Returns a pointer to the contained CSession object.
operator const CSession*() throw( );
This operator returns a pointer to the contained CSession object, allowing you to pass a CDataConnection object where a CSession pointer is expected.
See operator CSession& for a usage example.
Header: atldbcli.h