TaskHelperLoadTableFromDataSource Method |
Load a table from a report data source into the database using a SQL SELECT statement
Namespace: Seal.HelpersAssembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntaxpublic bool LoadTableFromDataSource(
string reportSourceName,
string sourceSelectStatement,
string destinationTableName,
bool useAllConnections = false,
string sourceCheckSelect = "",
string destinationCheckSelect = ""
)
Parameters
- reportSourceName String
-
- sourceSelectStatement String
-
- destinationTableName String
-
- useAllConnections Boolean (Optional)
-
- sourceCheckSelect String (Optional)
-
- destinationCheckSelect String (Optional)
-
Return Value
Boolean
See Also