| EasyObjects.NET Programmers Reference |
|
DynamicQuery.AddConjunction Method
A Query has a default conjunction between WHERE parameters, this method lets you intermix those and alternate between AND/OR.
public
void AddConjunction(
Conj conjunction);
Parameters
-
conjunction
- The conjunction to use, either AND or OR
See Also
DynamicQuery Class | NCI.EasyObjects Namespace