IPropertyParameterBindingFactory.FindParameter 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
FindParameter(IComplexType, Type, String) |
在模型中特別尋找 ParameterBindingIPropertyBase 。 |
FindParameter(IEntityType, Type, String) |
在模型中特別尋找 ParameterBindingIPropertyBase 。 |
FindParameter(IComplexType, Type, String)
在模型中特別尋找 ParameterBindingIPropertyBase 。
public Microsoft.EntityFrameworkCore.Metadata.ParameterBinding? FindParameter (Microsoft.EntityFrameworkCore.Metadata.IComplexType complexType, Type parameterType, string parameterName);
abstract member FindParameter : Microsoft.EntityFrameworkCore.Metadata.IComplexType * Type * string -> Microsoft.EntityFrameworkCore.Metadata.ParameterBinding
Public Function FindParameter (complexType As IComplexType, parameterType As Type, parameterName As String) As ParameterBinding
參數
- complexType
- IComplexType
定義 所在的複雜型別 IPropertyBase 。
- parameterType
- Type
參數名稱。
- parameterName
- String
參數類型。
傳回
參數系結,如果找不到,則 null
為 。
適用於
FindParameter(IEntityType, Type, String)
在模型中特別尋找 ParameterBindingIPropertyBase 。
public Microsoft.EntityFrameworkCore.Metadata.ParameterBinding FindParameter (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Type parameterType, string parameterName);
public Microsoft.EntityFrameworkCore.Metadata.ParameterBinding? FindParameter (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Type parameterType, string parameterName);
abstract member FindParameter : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Type * string -> Microsoft.EntityFrameworkCore.Metadata.ParameterBinding
Public Function FindParameter (entityType As IEntityType, parameterType As Type, parameterName As String) As ParameterBinding
參數
- entityType
- IEntityType
定義 所在的 IPropertyBase 實體類型。
- parameterType
- Type
參數名稱。
- parameterName
- String
參數類型。
傳回
參數系結,如果找不到,則 null
為 。