TaskHelperLoadTableFromExternalSource Method |
Load a table from an external connection into the database using a SQL SELECT statement. Optional check SELECT statements may be specified to skip the load if the data are identical.
Namespace: Seal.HelpersAssembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntaxpublic bool LoadTableFromExternalSource(
MetaConnection sourceConnection,
string sourceSelectStatement,
string destinationTableName,
bool useAllConnections = false,
string sourceCheckSelect = "",
string destinationCheckSelect = ""
)
Parameters
- sourceConnection MetaConnection
-
- sourceSelectStatement String
-
- destinationTableName String
-
- useAllConnections Boolean (Optional)
-
- sourceCheckSelect String (Optional)
-
- destinationCheckSelect String (Optional)
-
Return Value
Boolean
See Also