dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueTableOptions Class / GetHashCode Method

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

    Return Value

    The hash code of the current OracleQueueTableOptions instance.
    See Also