DataBindingCollection Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Add(DataBinding^) | Adds the specified DataBinding object to the DataBindingCollection collection. |
![]() | Clear() | Removes all DataBinding objects from the DataBindingCollection collection. |
![]() | Contains(String^) | Determines whether the data-binding collection contains a specific DataBinding object. |
![]() | CopyTo(Array^, Int32) | Copies the DataBindingCollection values to a one-dimensional Array, beginning at the Array object's specified index. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetEnumerator() | Returns an enumerator to iterate through the DataBindingCollection object. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | Remove(DataBinding^) | Removes the specified DataBinding object from the DataBindingCollection collection and adds it to the RemovedBindings collection. |
![]() | Remove(String^) | Removes the DataBinding object associated with the specified property name from the DataBindingCollection collection and adds it to the RemovedBindings collection. |
![]() | Remove(String^, Boolean) | Removes the DataBinding object, associated with the specified property name, from the DataBindingCollection collection and controls whether to add the binding to the RemovedBindings list. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | AsParallel() | Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.) |
![]() | AsQueryable() | Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.) |
![]() | Cast<TResult>() | Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.) |
![]() | OfType<TResult>() | Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.) |
