asp.net.ph

DataRowView.GetHashCode Method

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;

Remarks

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.

See Also

DataRowView Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph