Copies all rows in the supplied DataTable to a destination table specified by the DestinationTableName property of the SqlCeBulkCopy object.
Declaring type: SqlCeBulkCopy
Namespace: ErikEJ.SqlCe
Assembly: ErikEJ.SqlCe
Collapse/Expand Overload List
  Name Description
Public Method SqlCeBulkCopy.WriteToServer (DataTable) Copies all rows in the supplied DataTable to a destination table specified by the DestinationTableName property of the SqlCeBulkCopy object.
Public Method SqlCeBulkCopy.WriteToServer (DataTable, DataRowState) Copies only rows that match the supplied row state in the supplied DataTable to a destination table specified by the DestinationTableName property of the SqlCeBulkCopy object.
Public Method SqlCeBulkCopy.WriteToServer (IDataReader) Copies all rows in the supplied IDataReader to a destination table specified by the DestinationTableName property of the SqlBulkCopy object.
Public Method SqlCeBulkCopy.WriteToServer (IEnumerable) Copies all rows in the supplied IEnumerable<> to a destination table specified by the DestinationTableName property of the SqlBulkCopy object.
Public Method SqlCeBulkCopy.WriteToServer (IEnumerable, Type) Copies all rows in the supplied IEnumerable to a destination table specified by the DestinationTableName property of the SqlBulkCopy object. Use other constructor for IEnumerable<>