PostgresConventionExtensions.

UseDevelopmentPostgres(IConventionHostBuilder, int, string, string, TimeSpan, Action<PostgresConvention>) Method

Syntax

public static IConventionHostBuilder UseDevelopmentPostgres(this IConventionHostBuilder builder, int port, string key, string database = null, TimeSpan timeout = null, Action<PostgresConvention> options = null)

Parameters

Name Type Description
builder IConventionHostBuilder
port int
key string
database string
timeout TimeSpan
options Action<PostgresConvention>

Return Value

Type Description
IConventionHostBuilder