Click or drag to resize

DataObjectControllerGetSetPropertiesValueIdsPerDataObject Method (IEnumerableInt32, Int32, SqlConnection, SqlTransaction)

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static Dictionary<int, IntegerList> GetSetPropertiesValueIdsPerDataObject(
	IEnumerable<int> dataObjectIds,
	int propertyId,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

dataObjectIds
Type: System.Collections.GenericIEnumerableInt32
propertyId
Type: SystemInt32
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: DictionaryInt32, IntegerList
See Also