TaskHelperLoadTable Method |
Load a DataTable in the database (drop, create and insert). Returns the number of rows inserted.
Namespace: Seal.HelpersAssembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntaxpublic int LoadTable(
DataTable table,
bool useAllConnections = false
)
Parameters
- table DataTable
-
- useAllConnections Boolean (Optional)
-
Return Value
Int32
See Also