Name | Description | |
---|---|---|
![]() |
SqlCeBulkCopy | Overloaded. Initializes a new instance of the SqlCeBulkCopy class using the specified open instance of SqlCeConnection. |
Name | Description | |
---|---|---|
![]() |
Close | Closes the SqlCeBulkCopy instance. |
![]() |
Dispose | Release resources owned by this instance |
![]() |
WriteToServer | Overloaded. Copies all rows in the supplied DataTable to a destination table specified by the DestinationTableName property of the SqlCeBulkCopy object. |
Name | Description | |
---|---|---|
![]() ![]() |
Dispose | Release resources owned by this instance |
![]() ![]() |
Finalize | Release resources owned by this instance |
Name | Description | |
---|---|---|
![]() |
ColumnMappings | Returns a collection of SqlCeBulkCopyColumnMapping items. Column mappings define the relationships between columns in the data source and columns in the destination. |
![]() |
DestinationTableName | Name of the destination table in the SQL Server Compact database. |
![]() |
NotifyAfter | Defines the number of rows to be processed before generating a notification event. |
Name | Description | |
---|---|---|
![]() |
RowsCopied | Occurs every time that the number of rows specified by the NotifyAfter property have been processed. |