共用方式為


IConventionStoredProcedure.FindParameter(String) 方法

定義

傳回對應至指定屬性的參數。

public Microsoft.EntityFrameworkCore.Metadata.IConventionStoredProcedureParameter? FindParameter (string propertyName);
abstract member FindParameter : string -> Microsoft.EntityFrameworkCore.Metadata.IConventionStoredProcedureParameter
Public Function FindParameter (propertyName As String) As IConventionStoredProcedureParameter

參數

propertyName
String

屬性的名稱。

傳回

如果找到,則對應至指定屬性的參數; null 否則。

適用於