[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Ctor.
Namespace: net.esper.filter
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ propertyName As String, _ filterOperator As FilterOperator, _ filterValue As Object _ ) |
C# |
---|
public FilterValueSetParamImpl ( string propertyName, FilterOperator filterOperator, Object filterValue ) |
Visual C++ |
---|
public: FilterValueSetParamImpl ( String^ propertyName, FilterOperator filterOperator, Object^ filterValue ) |
Parameters
- propertyName
- System.String
property to interrogate
- filterOperator
- net.esper.filter.FilterOperator
operator to apply
- filterValue
- System.Object
value to look for