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 否则。

适用于