DataBinding.GetHashCode Method ()
.NET Framework (current version)
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: