Table of Contents

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

ParameterDirection

Name

Gets or sets the parameter name.

string Name { get; set; }

Property Value

string

StoredProcedure

Gets the stored procedure to which this parameter belongs.

IMutableStoredProcedure StoredProcedure { get; }

Property Value

IMutableStoredProcedure