Responder Developer Guide
CloneConnection Method


Syntax
'Declaration
 
Public Shared Function CloneConnection( _
   ByVal connection As IDbConnection _
) As IDbConnection
'Usage
 
Dim connection As IDbConnection
Dim value As IDbConnection
 
value = ConnectionUtils.CloneConnection(connection)
public static IDbConnection CloneConnection( 
   IDbConnection connection
)

Parameters

connection
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ConnectionUtils Class
ConnectionUtils Members

 

 


Send Comment