The DataProviderCopier type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DataProviderCopier |
Initializes a new instance of the DataProviderCopier class.
|
Methods
Name | Description | |
---|---|---|
![]() | Copy |
Copies all the types that the query returns.
|
![]() | FullCopy |
Copies all the data from the source data provider to the target data provider.
|
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
|