DbPropertyExpression.ToKeyValuePair 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.
Crée une nouvelle paire clé/valeur basée sur cette expression de propriété.
public System.Collections.Generic.KeyValuePair<string,System.Data.Entity.Core.Common.CommandTrees.DbExpression> ToKeyValuePair();
member this.ToKeyValuePair : unit -> System.Collections.Generic.KeyValuePair<string, System.Data.Entity.Core.Common.CommandTrees.DbExpression>
Public Function ToKeyValuePair () As KeyValuePair(Of String, DbExpression)
Retours
Nouvelle paire clé/valeur avec la clé et la valeur dérivée de DbPropertyExpression .