Method GetHashCode
| Improve this Doc View SourceGetHashCode(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.