Partilhar via


DbPropertyExpression.ToKeyValuePair Método

Definição

Cria um novo par chave-valor com base nesta expressão de propriedade.

public System.Collections.Generic.KeyValuePair<string,System.Data.Entity.Core.Common.CommandTrees.DbExpression> ToKeyValuePair ();
member this.ToKeyValuePair : unit -> System.Collections.Generic.KeyValuePair<string, System.Data.Entity.Core.Common.CommandTrees.DbExpression>
Public Function ToKeyValuePair () As KeyValuePair(Of String, DbExpression)

Retornos

Um novo par chave/valor com a chave e o valor derivados do DbPropertyExpression .

Aplica-se a