Clone Creates a copy of an object

xiaoxiao2021-03-06  66

// 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.

转载请注明原文地址:https://www.9cbs.com/read-90525.html

New Post(0)