System.Data.IDbConnection.Database Property

Gets the name of the current database or the database to be used after a connection is opened.

Syntax

public string Database { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The Database property can be dynamically updated by using the IDbConnection.ChangeDatabase(string) method or by passing an SQL statement using one of the Execute methods. (Initially the database is set by means of the connection string.) If you change the current database using an SQL statement or the ChangeDatabase method, an informational message is sent and then the property is updated.

Requirements

Namespace: System.Data
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0