Dela via


IConventionStoredProcedure.Parameters Property

Definition

Gets the parameters for this stored procedure.

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

Property Value

Applies to