DataConnection.ICloneable.Clone Method

Definition

Creates a new connection object instance that is a copy of the current instance.

 virtual System::Object ^ System.ICloneable.Clone() = ICloneable::Clone;
object ICloneable.Clone ();
abstract member System.ICloneable.Clone : unit -> obj
override this.System.ICloneable.Clone : unit -> obj
Function Clone () As Object Implements ICloneable.Clone

Returns

Returns a connection object instance that is a copy of the current instance.

Implements

Applies to