| DataObjectControllerGetReferencePropertyValueIds Method (IEnumerableInt32, Int32) |
Returns the distinct data objects that are referred by a number of data objects in a reference property.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic virtual IntegerList GetReferencePropertyValueIds(
IEnumerable<int> dataObjectIds,
int propertyId
)
Parameters
- dataObjectIds
- Type: System.Collections.GenericIEnumerableInt32
Ids of the data obejcts that has the references.
- propertyId
- Type: SystemInt32
Id of a reference property.
Return Value
Type:
IntegerList
See Also