Method | Description | |
---|---|---|
BulkCopyFromXml ( |
Loads bulk copy options from deserialized xml
|
|
BulkCopyFromXml ( string file, string &name, bool owner ) : |
Loads bulk copy options from xml
|
|
JoinFromXml ( string file, string &name, bool owner ) : |
Loads join options from xml
|
|
ToXml ( |
Saves the join options to xml
|
Method | Description | |
---|---|---|
BaseDefinitionLoader ( ) : System |
Initializes a new instance of the BaseDefinitionLoader class.
|
|
CreateConnection ( string provider, string connStr, string configPath, string &name ) : |
Creates the connection.
|
|
Prepare ( |
Prepares the specified bulk copy definition (freshly deserialized) before the loading process begins
|
Method | Description | |
---|---|---|
GetSourceSchemaForMapping ( |
||
JoinFromXml ( |
Loads join options from xml
|
public BulkCopyFromXml ( |
||
def | The deserialized definition. | |
name | string | The name. |
owner | bool | if set to |
return |
public BulkCopyFromXml ( string file, string &name, bool owner ) : |
||
file | string | The file. |
name | string | The name. |
owner | bool | if set to |
return |
protected abstract 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 |
public JoinFromXml ( string file, string &name, bool owner ) : |
||
file | string | The file. |
name | string | The name. |
owner | bool | if set to |
return |
protected abstract Prepare ( |
||
def | The bulk copy definition. | |
return |
public ToXml ( |
||
opts | The opts. | |
name | string | The name. |
file | string | The file. |
return | void |