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 、値はプロパティ式自体です。

適用対象