IRelationalDatabaseCreator.HasTables Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework