DbPropertyExpression.Implicit 操作员
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
基于此属性表达式创建新的键/值对。
public:
static operator System::Collections::Generic::KeyValuePair<System::String ^, System::Data::Common::CommandTrees::DbExpression ^>(System::Data::Common::CommandTrees::DbPropertyExpression ^ value);
public static implicit operator System.Collections.Generic.KeyValuePair<string,System.Data.Common.CommandTrees.DbExpression>(System.Data.Common.CommandTrees.DbPropertyExpression value);
static member op_Implicit : System.Data.Common.CommandTrees.DbPropertyExpression -> System.Collections.Generic.KeyValuePair<string, System.Data.Common.CommandTrees.DbExpression>
Public Shared Widening Operator CType (value As DbPropertyExpression) As KeyValuePair(Of String, DbExpression)
参数
- value
- DbPropertyExpression
此属性表达式。
返回
一个新的键/值对,其键和值派生自 DbPropertyExpression.
注解
在返回的键/值对中,键是一个字符串值,它是被引用属性的名称,该值 DbExpression 是属性表达式本身。