SqlBuilder.setTable
void setTable(string tableName)Valid only for: INSERT, UPDATE, DELETE statements
Sets the name of the table on which the built statement operates.
Parameters
tableName | a table name |
void setTable(string tableName)Valid only for: INSERT, UPDATE, DELETE statements
Sets the name of the table on which the built statement operates.
tableName | a table name |