Method | Description | |
---|---|---|
AddClassCopyOption ( |
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 ) : |
Gets the connection.
|
|
RegisterConnection ( string name, |
Registers the connection.
|
|
Validate ( ) : void |
Validates this instance.
|
Method | Description | |
---|---|---|
FdoBulkCopyOptions ( FdoConnection>.Dictionary |
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 |
public AddClassCopyOption ( |
||
copt | The copt. | |
return | void |
public GetConnection ( string name ) : |
||
name | string | The name. |
return |
public RegisterConnection ( string name, |
||
name | string | The name. |
conn | The conn. | |
return | void |