共用方式為


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

傳回

適用於