Show / Hide Table of Contents

Method GetHashCode

| Improve this Doc View Source

GetHashCode(DataRow)

Calculates the hash code for specified DataRow.

Declaration
public abstract int GetHashCode(DataRow dataRow)
Parameters
Type Name Description
DataRow dataRow

The specified DataRow.

Returns
Type Description
System.Int32

The calculated hash code.

Remarks

This method is used to compare the equality of two DataRow's data values.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest