How could I get the value from the WrappedCOnnection Property of a ProfiledDbCOnnection?
I know the property exists however its modifier does not allow me to get it during my development;
I need to get the underlying connection for I need to involve Entity framework in the same transaction a procedure call will be involved (because Entity framework does not allow me mapping this stored procedure on it)
I am using Oracle database, and the wrapped connection is a Devart Connection.