This documentation is archived and is not being maintained.
DataBinding::GetHashCode Method
Visual Studio 2010
Retrieves the hash code for an instance of the DataBinding object.
Assembly: System.Web (in System.Web.dll)
DataBinding objects are placed in a DataBindingCollection object, accessible only at design time. The collection is a hash table that represents the bindings on a control. There can only be one binding per property, so the hash code computation matches the DataBinding::Equals implementation and only takes the property name into account.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: