EntityParameterCollection.Remove Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the specified EntityParameter from the collection.
Overloads
Remove(EntityParameter) |
Removes the specified EntityParameter from the collection. |
Remove(Object) |
Removes the specified parameter from the collection. |
Remove(EntityParameter)
Removes the specified EntityParameter from the collection.
public:
void Remove(System::Data::EntityClient::EntityParameter ^ value);
public void Remove (System.Data.EntityClient.EntityParameter value);
override this.Remove : System.Data.EntityClient.EntityParameter -> unit
Public Sub Remove (value As EntityParameter)
Parameters
- value
- EntityParameter
A EntityParameter object to remove from the collection.
Exceptions
The parameter is not a EntityParameter.
The parameter does not exist in the collection.
Applies to
Remove(Object)
Removes the specified parameter from the collection.
public:
override void Remove(System::Object ^ value);
public override void Remove (object value);
override this.Remove : obj -> unit
Public Overrides Sub Remove (value As Object)