// c # ... OracleConnection Con = New OracleConnection (Constr); Con.Open (); ... // NEED A Proper Casting for the Return Value When CloneDoConnection Con_Cloned = (ORACLECONNECTION) CON.CLONE ();
PS: I really don't know where a copy of the Creating OracleConnection object will be used.