and property
ConjunctionBase
get
and
put the sql keyword 'AND'
Implementation
ConjunctionBase get and {
if (parameters.isNotEmpty) {
parameters[parameters.length - 1].wOperator = ' AND ';
}
return this;
}