PropertyParameterExpression(String, IProperty) Constructeur
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.
Crée une instance d’un PropertyParameterExpression.
public PropertyParameterExpression(string name, Microsoft.EntityFrameworkCore.Metadata.IProperty property);
new Microsoft.EntityFrameworkCore.Query.Expressions.PropertyParameterExpression : string * Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Query.Expressions.PropertyParameterExpression
Public Sub New (name As String, property As IProperty)
Paramètres
- name
- String
Le nom du paramètre.
- property
- IProperty
Propriété à laquelle accéder.