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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework