Click or drag to resize

DataObjectControllerGetDataObjectChildrenIds Method (Int32, Int32, SqlConnection, SqlTransaction)

Returns a sorted list of the ids of the data objects that lie directly below a specified data object. Security is disregarded.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static IntegerList GetDataObjectChildrenIds(
	int dataObjectId,
	int dataObjectTypeId,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

dataObjectId
Type: SystemInt32
Direct children of this data object are returned.
dataObjectTypeId
Type: SystemInt32
Only children of this data object type are returned. Is disregarded if zero.
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: IntegerList
See Also