Interface IMutableStoredProcedureParameter
- Namespace
- Microsoft.EntityFrameworkCore.Metadata
- Assembly
- Microsoft.EntityFrameworkCore.Relational.dll
Represents a stored procedure parameter.
public interface IMutableStoredProcedureParameter : IReadOnlyStoredProcedureParameter, IReadOnlyAnnotatable, IMutableAnnotatable
- Inherited Members
Properties
Direction
Gets or sets the direction of the parameter.
ParameterDirection Direction { get; set; }
Property Value
Name
Gets or sets the parameter name.
string Name { get; set; }
Property Value
StoredProcedure
Gets the stored procedure to which this parameter belongs.
IMutableStoredProcedure StoredProcedure { get; }