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 值是属性表达式本身。