DataInserter Methods

Methods

Analyze Analyze data schema before data processing
(Inherited from BulkDataOperationBase)
Close Close
(Overrides BulkDataOperationBaseClose)
Dispose Dispose
(Inherited from BulkDataOperationBase)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Execute Execute this DataInserter
(Overrides BulkDataOperationBaseExecute)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates 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)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also