IMutableStoredProcedure.Parameters 属性

定义

获取此存储过程的参数。

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)

属性值

适用于