ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / FilterBinaryExpression Class
Properties Methods


In This Topic
    FilterBinaryExpression Class Members
    In This Topic

    The following tables list the members exposed by FilterBinaryExpression.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the FilterBinaryExpression class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the logical operator applied between the left and right expressions.  
    Public PropertyGets the left expression.  
    Public PropertyGets the right expression.  
    Top
    Public Methods
     NameDescription
    Public MethodDetermines whether this filter expression can be converted to a SQL filter expression. (Inherited from C1.CollectionView.FilterExpression)
    Public MethodGets a filtering expression suitable for Linq to SQL. (Inherited from C1.CollectionView.FilterExpression)
    Public MethodReturns a System.String that represents this instance.  
    Top
    See Also