IConventionStoredProcedure.FindParameter(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回对应于给定属性的参数。
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
否则。