EntityQueryModelVisitor.BindMethodCallToEntity 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.
Lie un appel de méthode à un clr ou à une propriété d’ombre.
public virtual System.Linq.Expressions.Expression BindMethodCallToEntity (System.Linq.Expressions.MethodCallExpression methodCallExpression, System.Linq.Expressions.MethodCallExpression targetMethodCallExpression);
abstract member BindMethodCallToEntity : System.Linq.Expressions.MethodCallExpression * System.Linq.Expressions.MethodCallExpression -> System.Linq.Expressions.Expression
override this.BindMethodCallToEntity : System.Linq.Expressions.MethodCallExpression * System.Linq.Expressions.MethodCallExpression -> System.Linq.Expressions.Expression
Public Overridable Function BindMethodCallToEntity (methodCallExpression As MethodCallExpression, targetMethodCallExpression As MethodCallExpression) As Expression
Paramètres
- methodCallExpression
- MethodCallExpression
Expression d’appel de méthode.
- targetMethodCallExpression
- MethodCallExpression
Expression d’appel de méthode cible.
Retours
Expression d’accès à la mémoire tampon de valeur.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.