| DataObjectControllerGetDataObjectsReferringDataObjects Method (IEnumerableInt32, IEnumerableInt32, Int32, Int32) |
Returns the ids of the data objects that refers one or more of the indicated data objects through a reference property.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic IntegerList GetDataObjectsReferringDataObjects(
IEnumerable<int> dataObjectIds,
IEnumerable<int> referredDataObjectIds,
int referringDataObjectTypeId = 0,
int referencePropertyId = 0
)
Parameters
- dataObjectIds
- Type: System.Collections.GenericIEnumerableInt32
If specified the method will only return ids of data objects specified in dataObjectIds.
Is ignored if null.
- referredDataObjectIds
- Type: System.Collections.GenericIEnumerableInt32
Ids of the data objects, for which we want to find other data objects that have a reference to at least one of them.
- referringDataObjectTypeId (Optional)
- Type: SystemInt32
Only the ids of the data objects of this type will be returned, if != 0, otherwise all dataobjects will be returned.
- referencePropertyId (Optional)
- Type: SystemInt32
Only the ids of the data objects referred through this reference property will be returned, if != 0.
Return Value
Type:
IntegerList
See Also