Aracılığıyla paylaş


DbPropertyExpression.Implicit Operatör

Tanım

Bu özellik ifadesini temel alan yeni bir anahtar/değer çifti oluşturur.

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)

Parametreler

value
DbPropertyExpression

Bu özellik ifadesi.

Döndürülenler

anahtarı ve değerinden türetilmiş değerle yeni bir anahtar/değer çifti DbPropertyExpression.

Açıklamalar

Döndürülen anahtar/değer çiftinde anahtar, başvuruda bulunan özelliğin adı olan bir dize değeri ve DbExpression değer de özellik ifadesinin kendisidir.

Şunlara uygulanır