RelationalDatabaseCreator.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.
protected abstract bool HasTables ();
public abstract bool HasTables ();
abstract member HasTables : unit -> bool
Protected MustOverride Function HasTables () As Boolean
Public MustOverride Function HasTables () As Boolean
Returns
A value indicating whether any tables are present in the database.
Implements
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