Click or drag to resize

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
Syntax
C#
public 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