IConventionStoredProcedure.Parameters 属性

定义

获取此存储过程的参数。

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)

属性值

适用于