Partager via


DbPropertyExpression.ToKeyValuePair Méthode

Définition

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 .

S’applique à