ComponentOne DataObjects for .NET
Clone Method (Connection)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > Connection Class : Clone Method
Creates a copy of the connection object, with the same Name and other properties.
Syntax
'Declaration
 
Public Function Clone() As System.Object
public System.object Clone()

Return Value

A new connection object that is a copy of this instance.
See Also

Reference

Connection Class
Connection Members