Database Property (PgSqlConnectionStringBuilder)
Gets or sets the name of the database to be used once a connection is open.
public string Database {get; set;}
'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 ("").