Represents a search condition for a WHERE or HAVING clause
Default constructor
public Void SearchCondition()
Initializes a new instance of SearchCondition.
public Void SearchCondition(predicates)
Name | Type | Summary |
---|---|---|
predicates | Predicate[] | A list of predicates |
Initializes a new instance of SearchCondition.
public Void SearchCondition(relation, predicates)
Name | Type | Summary |
---|---|---|
relation | RelationalOperator | The relation between conditions |
predicates | Predicate[] | A list of predicates |
In this document