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.
EntityConnection::Database Property
Entity Framework 6.0
Gets the name of the current database, or the database that will be used after a connection is opened.
Assembly: EntityFramework (in EntityFramework.dll)
Property Value
Type: System::String^The value of the Database property of the underlying data provider.
Implements
IDbConnection::Database
Show: