EntityParameterCollection.RemoveAt Method
Removes the EntityParameter from the EntityParameterCollection.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | RemoveAt(Int32) | Removes the EntityParameter from the EntityParameterCollection at the specified index.(Overrides DbParameterCollection.RemoveAt(Int32).) |
![]() | RemoveAt(String) | Removes the EntityParameter from the EntityParameterCollection at the specified parameter name.(Overrides DbParameterCollection.RemoveAt(String).) |
EntityParameterCollection.RemoveAt Method (Int32)
Removes the EntityParameter from the EntityParameterCollection at the specified index.
Parameters
- index
-
Type:
System.Int32
The zero-based index of the EntityParameter object to remove.
Implements
IList.RemoveAt(Int32)EntityParameterCollection.RemoveAt Method (String)
Removes the EntityParameter from the EntityParameterCollection at the specified parameter name.
Parameters
- parameterName
-
Type:
System.String
The name of the EntityParameter to remove.