| DataUtilsCreateIdListTempTable Method |
Creates a temporary db table with one integer column for holding ids.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static void CreateIdListTempTable(
string tableName,
string idColName,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- tableName
- Type: SystemString
Name of temporary db table.
- idColName
- Type: SystemString
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
See Also