FieldsFromTable method

SelectStatement FieldsFromTable(
  1. List<DbTable> tablesAndViews
)
if used multiple times the last one will override

Implementation

SelectStatement FieldsFromTable(List<DbTable> tablesAndViews) {
  this._tableFields = tablesAndViews;
  return this;
}