DbPropertyExpression.ToKeyValuePair メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このプロパティ式に基づいて、新しいキーと値のペアを作成します。
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 値はプロパティ式自体です。