QueryContext.RemoveParameter(String) 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 a parameter by name.
public virtual object RemoveParameter(string name);
abstract member RemoveParameter : string -> obj
override this.RemoveParameter : string -> obj
Public Overridable Function RemoveParameter (name As String) As Object
Parameters
- name
- String
The name.
Returns
The parameter value.
Implements
Microsoft.EntityFrameworkCore.Query.Internal.IParameterValues.RemoveParameter(System.String)