DataConnector | ComponentOne
C1.AdoNet.CSV Assembly / C1.AdoNet.CSV Namespace / C1CSVConnectionStringBuilder Class / GetHashCode Method

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

    Return Value

    The mapped hash code of this C1CSVConnectionStringBuilder.
    See Also