IPropertyParameterBindingFactory.FindParameter Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
FindParameter(IComplexType, Type, String) |
Recherche un ParameterBinding spécifique pour un IPropertyBase dans le modèle. |
FindParameter(IEntityType, Type, String) |
Recherche un ParameterBinding spécifique pour un IPropertyBase dans le modèle. |
FindParameter(IComplexType, Type, String)
Recherche un ParameterBinding spécifique pour un IPropertyBase dans le modèle.
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
Paramètres
- complexType
- IComplexType
Type complexe sur lequel est IPropertyBase défini.
- parameterType
- Type
Le nom du paramètre.
- parameterName
- String
Le type du paramètre.
Retours
Liaison de paramètre, ou null
si aucun n’a été trouvé.
S’applique à
FindParameter(IEntityType, Type, String)
Recherche un ParameterBinding spécifique pour un IPropertyBase dans le modèle.
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
Paramètres
- entityType
- IEntityType
Type d’entité sur lequel est IPropertyBase défini.
- parameterType
- Type
Le nom du paramètre.
- parameterName
- String
Le type du paramètre.
Retours
Liaison de paramètre, ou null
si aucun n’a été trouvé.