StreamLink.NET
FieldFilterExpressionOperator Enumeration
StreamLink.NETCaplin.StreamLink.Subscription.Container.ExtendedParameters.FilteringFieldFilterExpressionOperator
Enumeration defining the operators that are available for an IFieldFilterExpression.
Declaration Syntax
C#Visual BasicVisual C++
public enum FieldFilterExpressionOperator
Public Enumeration FieldFilterExpressionOperator
public enum class FieldFilterExpressionOperator
Members
MemberDescription
Equal
Operator used to check for an exact match between a field and a value.

NotEqual
Operator used to check that a field does not match a particular value.

GreaterThan
Operator used to check that a numeric field is greater than a particular value.

GreaterThanOrEqual
Operator used to check that a numeric field is greater than or equal to a particular value.

LessThan
Operator used to check that a numeric field is less than a particular value.

LessThanOrEqual
Operator used to check that a numeric field is less than or equal to a particular value.

RegularExpression
Operator used to check that a string field matches a particular regular expression where an exact case match is required.

CaseInsensitiveRegularExpression
Operator used to check that a string field matches a particular regular expression where an exact case match is not necessary.

NumericEqual
Operator used to check that a numeric field is an exact match for a particular value.

NumericNotEqual
Operator used to check that a numeric field does not match a particular value.

Assembly: Caplin.StreamLink (Module: Caplin.StreamLink) Version: 5.0.23.0 (5.0.23.0)