IStoredProcedure.Parameters Property

Definition

Gets the parameters for this stored procedure.

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

Property Value

Applies to