StreamLink for Silverlight
LogicalFilterExpressionOperator Enumeration
StreamLink for SilverlightCaplin.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.Silverlight (Module: Caplin.StreamLink.Silverlight) Version: 5.0.21.0 (5.0.21.0)