[]
        
(Showing Draft Content)

C1.AdoNet.Snowflake.C1SnowflakeConnectionStringBuilder

C1SnowflakeConnectionStringBuilder Class

This class exposes specific properties to set up a connection for the C1DataConnector Snowflake provider.

Namespace: C1.AdoNet.Snowflake
Assembly: C1.AdoNet.Snowflake.dll
Syntax
public sealed class C1SnowflakeConnectionStringBuilder : C1OAuthConnectionStringBuilder, IDictionary, ICollection, IEnumerable, ICustomTypeDescriptor

Constructors

Name Description
C1SnowflakeConnectionStringBuilder()

The default constructor of C1SnowflakeConnectionStringBuilder

Properties

Name Description
Account

The name of the Snowflake account that the provider should connect to.

AuthenticationType

The type of authorization the request will utilize.

Database

The name of the Snowflake database that the provider should use.

Fingerprint

The private key path to be used for the authentication.

this[string]

Gets or sets the value associated with the specified key.

PrivateKey

The private key path to be used for the authentication.

PrivateKeyPassword

The private key path to be used for the authentication.

Role

The name of the Snowflake database that the provider should use.

Schema

The name of the Snowflake schema that the provider should use.

Url

The name of the Snowflake database that the provider should use.

Warehouse

The name of the Snowflake warehouse that the provider should use.

Methods

Name Description
Equals(object)

Method that check if two instance C1SnowflakeConnectionStringBuilder can be considered equals considering pooling and caching connection purposes.

GetHashCode()

Retrieve the mapped hash code of this C1SnowflakeConnectionStringBuilder.