JsonQueryExpression.BindProperty(IProperty) 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 une propriété à cette expression de requête JSON pour obtenir la représentation SQL.
public virtual Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression BindProperty(Microsoft.EntityFrameworkCore.Metadata.IProperty property);
abstract member BindProperty : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression
override this.BindProperty : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression
Public Overridable Function BindProperty (property As IProperty) As SqlExpression
Paramètres
- property
- IProperty