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


In This Topic
    FilterNotExpression Class Members
    In This Topic

    The following tables list the members exposed by FilterNotExpression.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the FilterNotExpression class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the expression that is negated.  
    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