The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ObjectContext::DatabaseExists Method ()
Entity Framework 6.0
Checks if the database that is specified as the database in the current store connection exists on the store. Most of the actual work is done by the DbProviderServices implementation for the current store connection.
Assembly: EntityFramework (in EntityFramework.dll)
public: [SuppressMessageAttribute("Microsoft.Design", "CA1031:DoNotCatchGeneralExceptionTypes")] virtual bool DatabaseExists()
Show: