IStoreStoredProcedure.FindParameter メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
FindParameter(IProperty) |
指定したプロパティにマップされたパラメーターを取得します。 指定された |
FindParameter(String) |
指定した名前の パラメーターを取得します。 返される |
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
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework