Click or drag to resize

DataSourceFilter Constructor

Namespace:  Omada.OE.Solution.OIM.AppLogic.SurveyFeature
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public DataSourceFilter(
	string left,
	FilterOperator operatr,
	string right,
	string path = null
)

Parameters

left
Type: SystemString
operatr
Type: Omada.OE.Solution.OIM.AppLogic.SurveyFeatureFilterOperator
right
Type: SystemString
path (Optional)
Type: SystemString
See Also