EntityParameterCollection.Remove Method
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.
Remove(EntityParameter) |
Removes the specified EntityParameter from the collection. |
Remove(Object) |
Removes the specified parameter from the collection. |
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
.NET Framework 4.8.1 and other versions
Product | Versions |
---|---|
.NET Framework | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
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)
Parameters
Applies to
.NET Framework 4.8.1 and other versions
Product | Versions |
---|---|
.NET Framework | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: