Blazor | ComponentOne
C1.Blazor.DataFilter Assembly / C1.Blazor.DataFilter Namespace / PredicateExpression Class
Members

In This Topic
    PredicateExpression Class
    In This Topic
    Represents the expression which takes a predicate as the filtering function.
    Syntax
    'Declaration
     
    
    Public Class PredicateExpression 
       Inherits Expression
    public class PredicateExpression : Expression 
    Remarks
    The PredicateExpression can not be used with the System.Data.DataTable class.
    Inheritance Hierarchy

    System.Object
       C1.Blazor.DataFilter.NotifyPropertyChanged
          C1.Blazor.DataFilter.Expression
             C1.Blazor.DataFilter.PredicateExpression

    See Also