dotConnect for QuickBooks Online 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 _
) 
 

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.
See Also