This documentation is archived and is not being maintained.
ExpressionBindingCollection Methods
Visual Studio 2010
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
The ExpressionBindingCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add | Infrastructure. Appends the specified ExpressionBinding object to the end of the collection. |
|
Clear | Infrastructure. Removes all the ExpressionBinding objects from the collection. |
|
Contains | Infrastructure. Determines whether the ExpressionBindingCollection collection contains a specific ExpressionBinding object. |
|
CopyTo(Array, Int32) | Infrastructure. Copies all the ExpressionBinding objects from the ExpressionBindingCollection collection to a one-dimensional array, starting at the specified index in the target array. |
|
CopyTo(array<ExpressionBinding>, Int32) | Infrastructure. Copies all the ExpressionBinding objects from the ExpressionBindingCollection collection to a one-dimensional array of ExpressionBinding objects, starting at the specified index in the target array. |
|
Equals(Object) | 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 | Infrastructure. Returns an IEnumerator-implemented object that can be used to iterate through the ExpressionBinding objects in the collection. |
|
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(ExpressionBinding) | Infrastructure. Removes the specified ExpressionBinding object from the collection. |
|
Remove(String) | Infrastructure. Removes the specified ExpressionBinding object from the collection. |
|
Remove(String, Boolean) | Infrastructure. Removes the specified ExpressionBinding object from the collection. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
AsParallel | Enables parallelization of a query. (Defined by ParallelEnumerable.) |
|
AsQueryable | 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.) |
Show: