dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlText Class / GetHashCode Method

In This Topic
    GetHashCode Method (MySqlText)
    In This Topic
    Returns the hash code for this MySqlText instance.
    Syntax
    'Declaration
     
    Public Overrides Function GetHashCode() As Integer
    public override int GetHashCode()

    Return Value

    The hash code for this MySqlText instance.
    See Also