Initializes a new instance of the SqlCeBulkCopy class using the specified open instance of SqlCeConnection and the specified active SqlCeTransaction.
Declaring type: SqlCeBulkCopy
Namespace: ErikEJ.SqlCe
Assembly: ErikEJ.SqlCe
Collapse/Expand Syntax
C#
public SqlCeBulkCopy (
        SqlCeConnection connection,
        SqlCeTransaction transaction
) 
Parameters
connection

There is no description.

transaction

There is no description.