dotConnect for PostgreSQL Documentation
Devart.Common Namespace / DbParameterBase Class / CopyTo Method
The System.Data.DbParameterBase object to copy properties to.

In This Topic
    CopyTo Method (DbParameterBase)
    In This Topic
    Copies all properties of a DbParameterBase object to another DbParameterBase object.
    Syntax
    'Declaration
     
    Public Sub CopyTo( _
       ByVal destination As DbParameter _
    ) 
    public void CopyTo( 
       DbParameter destination
    )

    Parameters

    destination
    The System.Data.DbParameterBase object to copy properties to.
    Remarks
    This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also