Advanced.Data.Provider Documentation | |
AdpConnection.Database Property
[This is preliminary documentation and subject to change.]
Gets the name of the current database or the database to be used after a connection is opened.
[Visual Basic]NotOverridable Public ReadOnly Property Database As
String Implements _
IDbConnection.Database
[C#]public
string Database {get;}
Implements
IDbConnection.Database
See Also
AdpConnection Class | Advanced.Data.Provider Namespace