The DataProviderCopier type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| IgnorePrimaryKeyViolation |
If set to true, records with already used primary keys will be skipped and the copying process will continue.
| |
| SourceProviderName |
Gets the name of the source data provider.
| |
| TargetProviderName |
Gets the name of the target data provider.
| |
| UseTransaction |
Gets or sets a value indicating whether transaction should be used.
Disabling transaction may help to ignore transaction timeout limitation which is limited to 20 minutes in machine.config
|