Information
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.

Namespace:   System.Data.Entity.Core.EntityClient
Assembly:  EntityFramework (in EntityFramework.dll)

public:
property String^ Database {
	virtual String^ get() override;
}

Property Value

Type: System::String^

The value of the Database property of the underlying data provider.

Return to top
Show: