table method

QueryBuild<T> table(
  1. Query t
)

Implementation

QueryBuild<T> table(Query t) {
  _table = t;
  return this;
}