TaskDatabaseHelperRawInsertTable Method |
Insert rows given as arrays of SQL literal values in a database table within a transaction (rows may be deleted first)
Namespace: Seal.HelpersAssembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntaxpublic void RawInsertTable(
DbCommand command,
string tableName,
string[] columns,
List<string[]> rows,
bool deleteFirst
)
Parameters
- command DbCommand
-
- tableName String
-
- columns String
-
- rows ListString
-
- deleteFirst Boolean
-
See Also