top method
int count = LIMIT
Implementation
ConjunctionBase top(int count) {
if (count > 0) {
_pagesize = count;
}
return this;
}
int count = LIMIT
ConjunctionBase top(int count) {
if (count > 0) {
_pagesize = count;
}
return this;
}