DbPropertyExpression Implicit Conversion (DbPropertyExpression to KeyValuePair<String, DbExpression>)

 

Enables implicit casting to KeyValuePair<TKey, TValue>.

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

public static implicit operator KeyValuePair<string, DbExpression> (
	DbPropertyExpression value
)

Parameters

value
Type: System.Data.Entity.Core.Common.CommandTrees.DbPropertyExpression

The expression to be converted.

Return Value

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

The converted value.