add_table


Description:

public abstract void add_table (string name, string? allias = null)

Add a table with the given name and allias to the SELECT command.

Any table already added with the same allias, will be removed and the new table will be used as the table reference for the fields already added using table's allias.