GeoEco.Datasets.SQLite.SQLiteDatabase.TableExists

SQLiteDatabase.TableExists(tableName)

Returns True if the specified table exists.

Parameters:

tableName (str) – Name of the table. Minimum length꞉ 1.

Returns:

True if the table exists, False if it does not.

Return type:

bool