DbPropertyExpression.ToKeyValuePair Method ()

 

Creates a new key/value pair based on this property expression.

Namespace:   System.Data.Entity.Core.Common.CommandTrees
Assembly:  EntityFramework (in EntityFramework.dll)

public KeyValuePair<string, DbExpression> ToKeyValuePair()

Return Value

Type: System.Collections.Generic.KeyValuePair<String, DbExpression>

A new key/value pair with the key and value derived from the DbPropertyExpression .