Abstract base class for classes that implement predicates
Default constructor
public Void Predicate()Initializes a new instance of Predicate.
public Void Predicate(relation, useParenthesis)| Name | Type | Summary |
|---|---|---|
| relation | RelationalOperator | The relation between predicates |
| useParenthesis | Boolean | Indicates if the predicate must be enclosed in parenthesis |
Relation between predicates.
public RelationalOperator Relation { get; set; }Indicates whether the predicate must be enclosed in parenthesis
public Boolean UseParenthesis { get; set; }In this document