Share via


IStoredProcedureMapping.ParameterMappings Property

Definition

Gets the parameter mappings corresponding to the target stored procedure.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IStoredProcedureParameterMapping> ParameterMappings { get; }
member this.ParameterMappings : seq<Microsoft.EntityFrameworkCore.Metadata.IStoredProcedureParameterMapping>
Public ReadOnly Property ParameterMappings As IEnumerable(Of IStoredProcedureParameterMapping)

Property Value

Applies to