Click or drag to resize

DataObjectLoadOptionsBaseAddFilterExpression Method (String, ExpInnerOperator, Int32, String)

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public void AddFilterExpression(
	string property,
	ExpInnerOperator expOperator,
	int filterValue,
	string path = null
)

Parameters

property
Type: SystemString
expOperator
Type: Omada.OE.Model.PublicExpInnerOperator
filterValue
Type: SystemInt32
path (Optional)
Type: SystemString

Implements

IDataObjectLoadOptionsBaseAddFilterExpression(String, ExpInnerOperator, Int32, String)
See Also