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

In This Topic
Predicate Property (FilterPredicateExpression)
In This Topic
Gets the predicate which will filter the collection.
Syntax
'Declaration
 
Public ReadOnly Property Predicate As Func(Of Object,Integer,Boolean)
 
See Also