Exemplo n.º 1
0
        internal override bool SetInnerConnectionFrom(DbConnection owningObject, System.Data.ProviderBase.DbConnectionInternal to, System.Data.ProviderBase.DbConnectionInternal from)
        {
            OracleConnection connection = owningObject as OracleConnection;

            return((connection != null) && connection.SetInnerConnectionFrom(to, from));
        }