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

適用対象