|    | IDataObjectLoadOptionsBaseAddFilterExpression Method (String, ExpInnerOperator, IEnumerableInt32, String) | 
 
            Adds a filter expression to the load options for a set- of a reference-property.
            
 
    Namespace: 
   Omada.OE.Model.Public
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxvoid AddFilterExpression(
	string property,
	ExpInnerOperator expOperator,
	IEnumerable<int> filterValue,
	string path = null
)
Parameters
- property
 - Type: SystemString
            The system name of the property to filter on.
             - expOperator
 - Type: Omada.OE.Model.PublicExpInnerOperator
            The operator to use in the expression.
            Must be either ExpInnerOperator.In or ExpInnerOperator.NotIn.
             - filterValue
 - Type: System.Collections.GenericIEnumerableInt32
            The filter value to compare with.
            If the property is a set property the filter value must be the ids of zero, one or more set property values.
            If the property is a reference property the filter value must be the ids of zero, one or more data objects.
             - path (Optional)
 - Type: SystemString
 
See Also