Class NpgsqlConnectionStringPropertyAttribute
- Namespace
- Npgsql
- Assembly
- Npgsql.dll
Marks on NpgsqlConnectionStringBuilder which participate in the connection string. Optionally holds a set of synonyms for the property.
[AttributeUsage(AttributeTargets.Property)]
public class NpgsqlConnectionStringPropertyAttribute : Attribute
- Inheritance
-
NpgsqlConnectionStringPropertyAttribute
- Inherited Members
Constructors
NpgsqlConnectionStringPropertyAttribute()
Creates a NpgsqlConnectionStringPropertyAttribute.
public NpgsqlConnectionStringPropertyAttribute()
NpgsqlConnectionStringPropertyAttribute(params string[])
Creates a NpgsqlConnectionStringPropertyAttribute.
public NpgsqlConnectionStringPropertyAttribute(params string[] synonyms)
Parameters
synonyms
string[]
Properties
Synonyms
Holds a list of synonyms for the property.
public string[] Synonyms { get; }
Property Value
- string[]