[ Version ( since = "3.58" ) ]
public bool has_table_with_column (string table_name, string column_name)
Checks whether the table_name exists in the this and contains column named
column_name.
| this |
a DB |
| table_name |
a table name |
| column_name |
a table name |
|
true, when the |