has_table_with_column


Description:

[ 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.

Parameters:

this

a DB

table_name

a table name

column_name

a table name

Returns:

true, when the table_name exists and contains column_name column, false when not or when any other error occurred