Method | Description | |
---|---|---|
CreateConnection ( string provider, string connStr, string configPath, string &name ) : |
Creates the connection.
|
|
Prepare ( FdoToolbox def ) : |
Prepares the specified bulk copy definition (freshly deserialized) before the loading process begins
|
protected CreateConnection ( string provider, string connStr, string configPath, string &name ) : |
||
provider | string | The provider. |
connStr | string | The connection string. |
configPath | string | The configuration path |
name | string | The name that will be assigned to the connection. |
return |
protected Prepare ( FdoToolbox def ) : |
||
def | FdoToolbox | The bulk copy definition. |
return |