次の方法で共有


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 ペア。

適用対象