![]() |
Data
|
public class DataDeleter : BulkDataOperationBase
The DataDeleter type exposes the following members.
Name | Description | |
---|---|---|
![]() | DataDeleter | Creates a new DataDeleter. |
![]() | DataDeleter(Schema, Schema) | Creates a new DataDeleter. |
![]() | DataDeleter(String, String) | Creates a new DataDeleter. |
Name | Description | |
---|---|---|
![]() | ExcludedTables |
Get list of tables to be excluded during data processing
(Inherited from BulkDataOperationBase) |
![]() | FromSchema |
Get or set Source schema
(Inherited from BulkDataOperationBase) |
![]() | RowReportInterval |
Get or set number of rows to process before raising progress events
(Inherited from BulkDataOperationBase) |
![]() | Timeout |
Get or set Maximum number of seconds to wait when processing a SQL command before timing out.
(Inherited from BulkDataOperationBase) |
![]() | ToSchema |
Get or set destination schema
(Inherited from BulkDataOperationBase) |
![]() | UseFromSchemaReferentialIntegrity |
Get or set - use referential integrity information from source/to destination database during data processing
(Inherited from BulkDataOperationBase) |
![]() | WorkTables |
These are the tables that were found in both source and destination to be used for data operation...
(Inherited from BulkDataOperationBase) |
Name | Description | |
---|---|---|
![]() | Analyze |
Analyze data schema before data processing
(Inherited from BulkDataOperationBase) |
![]() | Close |
Close
(Overrides BulkDataOperationBaseClose) |
![]() | Dispose |
Dispose
(Inherited from BulkDataOperationBase) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | Execute |
Execute this DataDeleter (Overrides BulkDataOperationBaseExecute) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() | OnOverallProgress |
Raise an event to show overall progress of data processing
(Inherited from BulkDataOperationBase) |
![]() | OnRowProgress |
Raise an event while change row in data processing
(Inherited from BulkDataOperationBase) |
![]() | OnSQLFailure |
Raise an event if SQL statement fail
(Inherited from BulkDataOperationBase) |
![]() | OnTableProgress |
Raise an event if table change in data processing
(Inherited from BulkDataOperationBase) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
![]() | Disposed | Disposed event. |
![]() | OverallProgress |
Get the information of overall progress of Migration utility
(Inherited from BulkDataOperationBase) |
![]() | RowProgress |
Get the information of Row progress of table
(Inherited from BulkDataOperationBase) |
![]() | SQLFailure |
Get the information of exception while processing SQL statement
(Inherited from BulkDataOperationBase) |
![]() | TableProgress |
Get the status information of table progress
(Inherited from BulkDataOperationBase) |
Name | Description | |
---|---|---|
![]() | m_fromSchema |
From schema.
(Inherited from BulkDataOperationBase) |
![]() | m_overallProgress |
Implementer can use this variable to track overall progress
(Inherited from BulkDataOperationBase) |
![]() | m_overallTotal |
This is initialized to the overall total number of records to be processed
(Inherited from BulkDataOperationBase) |
![]() | m_tableCollection |
Tables value
(Inherited from BulkDataOperationBase) |
![]() | m_timeout |
Timeout value for SQL operation
(Inherited from BulkDataOperationBase) |
![]() | m_toSchema |
To schema.
(Inherited from BulkDataOperationBase) |
![]() | m_useFromSchemaRI |
Flag to check referential integrity
(Inherited from BulkDataOperationBase) |
Name | Description | |
---|---|---|
![]() | GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |
![]() | GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |