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