次の方法で共有


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

戻り値

適用対象