Show / Hide Table of Contents

Class NpgsqlConnectionStringPropertyAttribute

Marks on NpgsqlConnectionStringBuilder which participate in the connection string. Optionally holds a set of synonyms for the property.

Inheritance
System.Object
NpgsqlConnectionStringPropertyAttribute
Namespace: Npgsql
Assembly: Npgsql.dll
Syntax
public class NpgsqlConnectionStringPropertyAttribute : Attribute

Constructors

NpgsqlConnectionStringPropertyAttribute()

Creates a NpgsqlConnectionStringPropertyAttribute.

Declaration
public NpgsqlConnectionStringPropertyAttribute()

NpgsqlConnectionStringPropertyAttribute(String[])

Creates a NpgsqlConnectionStringPropertyAttribute.

Declaration
public NpgsqlConnectionStringPropertyAttribute(params string[] synonyms)
Parameters
Type Name Description
System.String[] synonyms

Properties

Synonyms

Holds a list of synonyms for the property.

Declaration
public string[] Synonyms { get; }
Property Value
Type Description
System.String[]
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX