Show / Hide Table of Contents

Class DeephavenConnectionStringBuilder.DeephavenConnectionStringPropertyAttribute

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

Inheritance
System.Object
DeephavenConnectionStringBuilder.DeephavenConnectionStringPropertyAttribute
Namespace: Deephaven.Connector
Assembly: Deephaven.Connector.dll
Syntax
public class DeephavenConnectionStringPropertyAttribute : Attribute

Constructors

DeephavenConnectionStringPropertyAttribute()

Creates a DeephavenConnectionStringBuilder.DeephavenConnectionStringPropertyAttribute.

Declaration
public DeephavenConnectionStringPropertyAttribute()

DeephavenConnectionStringPropertyAttribute(String[])

Creates a DeephavenConnectionStringBuilder.DeephavenConnectionStringPropertyAttribute.

Declaration
public DeephavenConnectionStringPropertyAttribute(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 Generated by DocFX