System.Data Namespace DataRowView Class
Returns the hash code for a DataRow object.
[ VB ]
Overrides Public Function GetHashCode ( ) As Integer
[ C# ]
public override int GetHashCode ( );
[ C++ ]
public: int GetHashCode ( );
[ JScript ]
public override function GetHashCode ( ) : int;
A 32-bit signed integer hash code, one, which represents Boolean true if the value of this instance is nonzero; otherwise, the integer zero, which represents Boolean false.
NOTE: This member overrides Object.GetHashCode.
DataRowView Members