IMutableStoredProcedure.AddParameter(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.
Adds a new parameter mapped to the property with the given name.
public Microsoft.EntityFrameworkCore.Metadata.IMutableStoredProcedureParameter AddParameter (string propertyName);
abstract member AddParameter : string -> Microsoft.EntityFrameworkCore.Metadata.IMutableStoredProcedureParameter
Public Function AddParameter (propertyName As String) As IMutableStoredProcedureParameter
Parameters
- propertyName
- String
The name of the corresponding property.
Returns
The added parameter.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework