Click or drag to resize

IDataObjectLoadOptionsBaseAddFilterExpression Method (String, ExpInnerOperator, Boolean, String)

Adds a filter expression to the load options for a value property with data type 'Boolean'.

Namespace:  Omada.OE.Model.Public
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
void AddFilterExpression(
	string property,
	ExpInnerOperator expOperator,
	bool 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: SystemBoolean
The filter value to compare with.
path (Optional)
Type: SystemString
See Also