| DataUtilsPopulateTempIdTable Method |
Obsolete: Use ControllerBase.PopulateTempTable(T)(string, IEnumerable(T), TempTableOptions) instead.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static void PopulateTempIdTable(
string tableName,
IList<int> objectIds,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- tableName
- Type: SystemString
- objectIds
- Type: System.Collections.GenericIListInt32
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
See Also