DataConnector | ComponentOne
C1.AdoNet.Snowflake Assembly / C1.AdoNet.Snowflake Namespace / C1SnowflakeConnectionStringBuilder Class / GetHashCode Method

In This Topic
    GetHashCode Method (C1SnowflakeConnectionStringBuilder)
    In This Topic
    Retrieve the mapped hash code of this C1SnowflakeConnectionStringBuilder.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Function GetHashCode() As Integer
    public override int GetHashCode()

    Return Value

    The mapped hash code of this C1SnowflakeConnectionStringBuilder.
    See Also