- Assembly
- Rocket
.Surgery .Automation .Postgres .dll - Namespace
- Rocket
.Surgery .Automation .Postgres - Containing Type
- Postgres
Convention Extensions
Syntax
public static IConventionHostBuilder UseDevelopmentPostgres(this IConventionHostBuilder builder, string host, int port, string username, string password, string database, string[] keys, TimeSpan timeout = null, Action<PostgresConvention> options = null)
Parameters
Name | Type | Description |
---|---|---|
builder | I |
|
host | string | |
port | int | |
username | string | |
password | string | |
database | string | |
keys | string[] | |
timeout | TimeSpan | |
options | Action |
Return Value
Type | Description |
---|---|
I |