IMutableStoredProcedure.Parameters Property

Definition

Gets the parameters for this stored procedure.

public System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IMutableStoredProcedureParameter> Parameters { get; }
member this.Parameters : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IMutableStoredProcedureParameter>
Public ReadOnly Property Parameters As IReadOnlyList(Of IMutableStoredProcedureParameter)

Property Value

Applies to