PostgresConvention.

For(string, int, string, string, string, string[], TimeSpan) Method

Syntax

public static PostgresConvention For(string host, int port, string username, string password, string database, string[] keys, TimeSpan timeout = null)

Parameters

Name Type Description
host string
port int
username string
password string
database string
keys string[]
timeout TimeSpan

Return Value

Type Description
PostgresConvention