IStoreStoredProcedure.FindParameter 方法

定义

重载

FindParameter(IProperty)

获取映射到给定属性的参数。 null如果未将参数映射到给定属性,则返回 。

FindParameter(String)

获取具有给定名称的参数。 null如果未为返回的行集定义具有给定名称的参数,则返回 。

FindParameter(IProperty)

获取映射到给定属性的参数。 null如果未将参数映射到给定属性,则返回 。

public Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureParameter? FindParameter (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
abstract member FindParameter : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureParameter
Public Function FindParameter (property As IProperty) As IStoreStoredProcedureParameter

参数

property
IProperty

返回

适用于

FindParameter(String)

获取具有给定名称的参数。 null如果未为返回的行集定义具有给定名称的参数,则返回 。

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

参数

name
String

返回

适用于