This documentation is archived and is not being maintained.
DataBindingCollection Members
Visual Studio 2008
Provides a collection of DataBinding objects for an ASP.NET server control. This class cannot be inherited.
The DataBindingCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
DataBindingCollection | Initializes a new instance of the DataBindingCollection class. |
| Name | Description | |
|---|---|---|
|
Add | Adds the specified DataBinding object to the DataBindingCollection collection. |
|
Clear | Removes all DataBinding objects from the DataBindingCollection collection. |
|
Contains | Determines whether the data-binding collection contains a specific DataBinding object. |
|
CopyTo | Copies the DataBindingCollection values to a one-dimensional Array, beginning at the Array object's specified index. |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetEnumerator | Returns an enumerator to iterate through the DataBindingCollection object. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Remove | Overloaded. Removes a DataBinding object from the DataBindingCollection collection. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
AsQueryable | Converts an IEnumerable to an IQueryable. (Defined by Queryable.) |
|
Cast | Converts the elements of an IEnumerable to the specified type. (Defined by Enumerable.) |
|
OfType | Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.) |
| Name | Description | |
|---|---|---|
|
Count | Gets the number of DataBinding objects in the DataBindingCollection object. |
|
IsReadOnly | Gets a value indicating whether the DataBindingCollection collection is read-only. |
|
IsSynchronized | Gets a value indicating whether the DataBindingCollection collection is synchronized (thread safe). |
|
Item | Gets the DataBinding object with the specified property name. |
|
RemovedBindings | Gets an array of the names of the DataBinding objects removed from the collection. |
|
SyncRoot | Gets an object that can be used to synchronize access to the DataBindingCollection collection. |
Show: