Click or drag to resize

DataObjectControllerGetDataObjectsReferringDataObjects Method (IEnumerableInt32, IEnumerableInt32, Int32, Int32, SqlConnection, SqlTransaction)

Note: This API is now obsolete.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
[ObsoleteAttribute("Use non-static version. Obsoleted in v14")]
public static IntegerList GetDataObjectsReferringDataObjects(
	IEnumerable<int> dataObjectIds,
	IEnumerable<int> referredDataObjectIds,
	int referringDataObjectTypeId,
	int referencePropertyId,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

dataObjectIds
Type: System.Collections.GenericIEnumerableInt32
referredDataObjectIds
Type: System.Collections.GenericIEnumerableInt32
referringDataObjectTypeId
Type: SystemInt32
referencePropertyId
Type: SystemInt32
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: IntegerList
See Also