Click or drag to resize

IBulkDataOperation Interface

This is the common interface for any bulk data operation

Namespace: GSF.Data
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public interface IBulkDataOperation

The IBulkDataOperation type exposes the following members.

Properties
 NameDescription
Public propertyFromSchema From schema information
Public propertyRowReportInterval Get the row report interval information
Public propertyTimeout Get or set time out for SQL statement
Public propertyToSchema To Schema information
Public propertyWorkTables Get the work table information
Top
Methods
 NameDescription
Public methodClose Close the object connection
Public methodExecute Execute a method of object
Top
Events
 NameDescription
Public eventOverallProgress Get the information of overall progress of Migration utility
Public eventRowProgress Get the information of Row progress of table
Public eventSQLFailure Get the information of exception while processing SQL statement
Public eventTableProgress Get the status information of table progress
Top
See Also