Partager via


IPropertyParameterBindingFactory.FindParameter Méthode

Définition

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é.

S’applique à