Name | Description | |
---|---|---|
![]() |
SqlCeBulkCopy.WriteToServer (DataTable) | Copies all rows in the supplied DataTable to a destination table specified by the DestinationTableName property of the SqlCeBulkCopy object. |
![]() |
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. |
![]() |
SqlCeBulkCopy.WriteToServer (IDataReader) | Copies all rows in the supplied IDataReader to a destination table specified by the DestinationTableName property of the SqlBulkCopy object. |
![]() |
SqlCeBulkCopy.WriteToServer (IEnumerable) | Copies all rows in the supplied IEnumerable<> to a destination table specified by the DestinationTableName property of the SqlBulkCopy object. |
![]() |
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<> |