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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework