DataConnector | ComponentOne
C1.AdoNet.Json Assembly / C1.AdoNet.Json Namespace / C1JsonConnectionStringBuilder Class / GetHashCode Method

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

    Return Value

    The mapped hash code of this C1JsonConnectionStringBuilder.
    See Also