CopyTo Method (DbParameterBase)
Copies all properties of a
DbParameterBase object to another
DbParameterBase object.
'Declaration
Public Sub CopyTo( _
ByVal As DbParameter _
)
Parameters
- destination
- The System.Data.DbParameterBase object to copy properties to.