DbPropertyExpression.Implicit Operátor

Definíció

Létrehoz egy új kulcs-/értékpárt a tulajdonságkifejezés alapján.

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)

Paraméterek

value
DbPropertyExpression

Ez a tulajdonságkifejezés.

Válaszok

Új kulcs/érték pár a kulcs és az DbPropertyExpressionérték alapján.

Megjegyzések

A visszaadott kulcs/érték párban a kulcs egy sztringérték, amely a hivatkozott tulajdonság neve, az DbExpression érték pedig maga a tulajdonságkifejezés.

A következőre érvényes: