TaskHelperLoadTableFromDataSource Method |
Namespace: Seal.HelpersAssembly: SealLibrary (in SealLibrary.dll) Version: 8.3.0.0+c4d725cbae26375217e6c77c92a07fffaea6377d
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