DbPropertyExpression.ToKeyValuePair Metódus

Definíció

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

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)

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: