dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlConnectionStringBuilder Class / Database Property

In This Topic
Database Property (PgSqlConnectionStringBuilder)
In This Topic
Gets or sets the name of the database to be used once a connection is open.
Syntax
'Declaration
 
Public Property Database As String
 

Property Value

The name of the database to be used once a connection is open. The default value is an empty string ("").
See Also