RuntimeStoredProcedure.IStoredProcedure.Parameters Property

Definition

Gets the parameters for this stored procedure.

System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IStoredProcedureParameter> Microsoft.EntityFrameworkCore.Metadata.IStoredProcedure.Parameters { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Microsoft.EntityFrameworkCore.Metadata.IStoredProcedure.Parameters : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IStoredProcedureParameter>
 ReadOnly Property Parameters As IReadOnlyList(Of IStoredProcedureParameter) Implements IStoredProcedure.Parameters

Property Value

Implements

Attributes

Applies to