Click or drag to resize

DataObjectsGetReferencePropertyValueIds Method

Returns a distinct collection of the dataobjectid's that are referred through the denoted (reference) propertyId on all the dataobjects in the collection.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public IntegerList GetReferencePropertyValueIds(
	int propertyId
)

Parameters

propertyId
Type: SystemInt32
Denotes a reference property.

Return Value

Type: IntegerList
See Also