共用方式為


DbPropertyExpression.ToKeyValuePair 方法

定義

根據這個屬性運算式建立新的索引鍵/值組。

public:
 System::Collections::Generic::KeyValuePair<System::String ^, System::Data::Common::CommandTrees::DbExpression ^> ToKeyValuePair();
public System.Collections.Generic.KeyValuePair<string,System.Data.Common.CommandTrees.DbExpression> ToKeyValuePair ();
member this.ToKeyValuePair : unit -> System.Collections.Generic.KeyValuePair<string, System.Data.Common.CommandTrees.DbExpression>
Public Function ToKeyValuePair () As KeyValuePair(Of String, DbExpression)

傳回

新的索引鍵/值組,具有衍生自 DbPropertyExpression 的索引鍵和值。

備註

在傳回的索引鍵/值組中,索引鍵是參考屬性名稱的字串值,而 DbExpression 值則是屬性表達式本身。

適用於