select_add_target
Description:
[ Version ( since = "4.2" ) ]
public SqlBuilderId select_add_target (string table_name, string? alias = null)
public SqlBuilderId select_add_target (string table_name, string? alias = null)
Adds a new target to a SELECT statement
Parameters:
this |
a SqlBuilder object |
table_name |
the name of the target table |
alias |
the alias to give to the target, or null |
Returns:
the ID of the new target, or 0 if there was an error |