|    | IDataObjectLoadOptionsBaseAddFilterExpression Method (String, ExpInnerOperator, String, String) | 
 
            Adds a filter expression to the load options for a value property with data type 'Text'.
            
 
    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,
	string 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.
             - filterValue
 - Type: SystemString
            The filter value to compare with.
             - path (Optional)
 - Type: SystemString
 
See Also