DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / FilterPredicateExpression Class / Predicate Property

In This Topic
    Predicate Property
    In This Topic
    Gets the predicate which will filter the collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Predicate As Func(Of Object,Boolean)
    public Func<object,bool> Predicate {get;}
    See Also