Share via


IRelationalDatabaseCreator.HasTables Method

Definition

Determines whether the database contains any tables. No attempt is made to determine if tables belong to the current model or not.

public bool HasTables();
abstract member HasTables : unit -> bool
Public Function HasTables () As Boolean

Returns

A value indicating whether any tables are present in the database.

Applies to