Click or drag to resize

DataObjectFilterExpressionRightReferencePropertyValues Property

If LeftProperty is a ReferenceProperty then the right-side (data object) values can be ontained here. Can't be assigned to - use RightValue for that purpose.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public IEnumerable<int> RightReferencePropertyValues { get; }

Property Value

Type: IEnumerableInt32
See Also