StreamLink.NET
LogicalFilterExpressionOperator Enumeration
StreamLink.NETCaplin.StreamLink.Subscription.Container.ExtendedParameters.FilteringLogicalFilterExpressionOperator
Enumeration defining the logical operations that can be used in an ILogicalFilterExpression.
Declaration Syntax
C#Visual BasicVisual C++
public enum LogicalFilterExpressionOperator
Public Enumeration LogicalFilterExpressionOperator
public enum class LogicalFilterExpressionOperator
Members
MemberDescription
AND
Represents a logical AND of all the IFilterExpressions comprising the ILogicalFilterExpression. A record is only returned in the container if it matches all the IFilterExpressions.

OR
Represents a logical OR of all the IFilterExpressions comprising the ILogicalFilterExpression. A record is returned in the container if it matches at least one of the IFilterExpressions.

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