C# Class FdoToolbox.Core.ETL.Specialized.FdoBulkCopyOptions

Defines the options for a FdoBulkCopy instance
Inheritance: IDisposable
Show file Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
AddClassCopyOption ( FdoClassCopyOptions copt ) : void

Adds the class copy option.

Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

FdoBulkCopyOptions ( ) : System

Initializes a new instance of the FdoBulkCopyOptions class.

GetConnection ( string name ) : FdoConnection

Gets the connection.

RegisterConnection ( string name, FdoConnection conn ) : void

Registers the connection.

Validate ( ) : void

Validates this instance.

Private Methods

Method Description
FdoBulkCopyOptions ( FdoConnection>.Dictionary connections, bool owner ) : System

Initializes a new instance of the FdoBulkCopyOptions class. Used by ExpressUtility

MarkOwnerOfConnection ( string name ) : void

Sets the specified named connection as the owner. This connection will be disposed and cleaned up when done

UpdateConnectionReferences ( string oldName, string newName ) : void

Method Details

AddClassCopyOption() public method

Adds the class copy option.
public AddClassCopyOption ( FdoClassCopyOptions copt ) : void
copt FdoClassCopyOptions The copt.
return void

Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void

FdoBulkCopyOptions() public method

Initializes a new instance of the FdoBulkCopyOptions class.
public FdoBulkCopyOptions ( ) : System
return System

GetConnection() public method

Gets the connection.
public GetConnection ( string name ) : FdoConnection
name string The name.
return FdoToolbox.Core.Feature.FdoConnection

RegisterConnection() public method

Registers the connection.
public RegisterConnection ( string name, FdoConnection conn ) : void
name string The name.
conn FdoToolbox.Core.Feature.FdoConnection The conn.
return void

Validate() public method

Validates this instance.
public Validate ( ) : void
return void