Class PostgreSqlTypeLocator
Assemblies and types used for interacting with PostgreSQL
Inheritance
System.Object
PostgreSqlTypeLocator
Namespace: Steeltoe.Connector.PostgreSql
Assembly: Steeltoe.Bootstrap.Autoconfig.dll
Syntax
public static class PostgreSqlTypeLocator : object
Properties
| Edit this page View SourceAssemblies
Gets a list of supported PostgreSQL assemblies
Declaration
public static string[] Assemblies { get; }
Property Value
Type | Description |
---|---|
System.String[] |
ConnectionTypeNames
Gets a list of PostgreSQL types that implement IDbConnection
Declaration
public static string[] ConnectionTypeNames { get; }
Property Value
Type | Description |
---|---|
System.String[] |
NpgsqlConnection
Gets NpgsqlConnection from a PostgreSQL Library
Declaration
public static Type NpgsqlConnection { get; }
Property Value
Type | Description |
---|---|
Type |