Initializes a new instance of the SqlCeBulkCopy class using the specified open instance of SqlCeConnection.
Declaring type: SqlCeBulkCopy
Namespace: ErikEJ.SqlCe
Assembly: ErikEJ.SqlCe
Collapse/Expand Overload List
  Name Description
Public Method SqlCeBulkCopy (SqlCeConnection) Initializes a new instance of the SqlCeBulkCopy class using the specified open instance of SqlCeConnection.
Public Method SqlCeBulkCopy (SqlCeConnection, SqlCeTransaction) Initializes a new instance of the SqlCeBulkCopy class using the specified open instance of SqlCeConnection and the specified active SqlCeTransaction.
Public Method SqlCeBulkCopy (SqlCeConnection, SqlCeBulkCopyOptions) Creates a new instance of the SqlCeBulkCopy class, using the specified connection and options
Public Method SqlCeBulkCopy (SqlCeConnection, SqlCeTransaction, SqlCeBulkCopyOptions) Initializes a new instance of the SqlCeBulkCopy class, using the specified connection, transaction and options.
Public Method SqlCeBulkCopy (string) Initializes a new instance of the SqlCeBulkCopy class using the specified connection string.
Public Method SqlCeBulkCopy (string, SqlCeBulkCopyOptions) Initializes a new instance of the SqlCeBulkCopy class, using the specified connection string and options