DbPropertyExpression.ToKeyValuePair 方法

定义

基于此属性表达式创建一个新的键/值对。

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)

返回

具有派生自 DbPropertyExpression 的键和值的新键/值对。

适用于