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 值則是屬性表達式本身。