共用方式為


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 之索引鍵和值的新索引鍵/值組。

適用於