IDataParameterCollection Methods
.NET Framework 4.5
The IDataParameterCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add | Adds an item to the IList. (Inherited from IList.) |
|
Clear | Removes all items from the IList. (Inherited from IList.) |
|
Contains(Object) | Determines whether the IList contains a specific value. (Inherited from IList.) |
|
Contains(String) | Gets a value indicating whether a parameter in the collection has the specified name. |
|
CopyTo | Copies the elements of the ICollection to an Array, starting at a particular Array index. (Inherited from ICollection.) |
|
GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) |
|
IndexOf(Object) | Determines the index of a specific item in the IList. (Inherited from IList.) |
|
IndexOf(String) | Gets the location of the IDataParameter within the collection. |
|
Insert | Inserts an item to the IList at the specified index. (Inherited from IList.) |
|
Remove | Removes the first occurrence of a specific object from the IList. (Inherited from IList.) |
|
RemoveAt(Int32) | Removes the IList item at the specified index. (Inherited from IList.) |
|
RemoveAt(String) | Removes the IDataParameter from the collection. |
| 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.) |