Condividi tramite


Conversione DbPropertyExpression Implicit (DbPropertyExpression to KeyValuePair<String, DbExpression>)

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Abilita il cast implicito a KeyValuePair<TKey, TValue>.

Spazio dei nomi:  System.Data.Entity.Core.Common.CommandTrees
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public Shared Widening Operator CType ( _
    value As DbPropertyExpression _
) As KeyValuePair(Of String, DbExpression)
'Utilizzo
Dim input As DbPropertyExpression 
Dim output As KeyValuePair(Of String, DbExpression)

output = CType(input, KeyValuePair(Of String, DbExpression))
public static implicit operator KeyValuePair<string, DbExpression> (
    DbPropertyExpression value
)
static implicit operator KeyValuePair<String^, DbExpression^> (
    DbPropertyExpression^ value
)
JScript supports the use of custom casts, but not the declaration of new ones.

Parametri

Valore restituito

Tipo: System.Collections.Generic.KeyValuePair<String, DbExpression>
Valore convertito.

Vedere anche

Riferimento

DbPropertyExpression Classe

Spazio dei nomi System.Data.Entity.Core.Common.CommandTrees