Condividi tramite


Conversione DbComplexPropertyEntry<TEntity, TComplexProperty> Implicit (DbComplexPropertyEntry<TEntity, TComplexProperty> to DbComplexPropertyEntry)

[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.]

Restituisce una nuova istanza della classe DbComplexPropertyEntry non generica per la proprietà rappresentata da questo oggetto.

Spazio dei nomi:  System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public Shared Widening Operator CType ( _
    entry As DbComplexPropertyEntry(Of TEntity, TComplexProperty) _
) As DbComplexPropertyEntry
'Utilizzo
Dim input As DbComplexPropertyEntry(Of TEntity, TComplexProperty)
Dim output As DbComplexPropertyEntry 

output = CType(input, DbComplexPropertyEntry)
public static implicit operator DbComplexPropertyEntry (
    DbComplexPropertyEntry<TEntity, TComplexProperty> entry
)
static implicit operator DbComplexPropertyEntry^ (
    DbComplexPropertyEntry<TEntity, TComplexProperty>^ entry
)
JScript supports the use of custom casts, but not the declaration of new ones.

Parametri

Valore restituito

Tipo: System.Data.Entity.Infrastructure.DbComplexPropertyEntry
Versione non generica.

Vedere anche

Riferimento

DbComplexPropertyEntry<TEntity, TComplexProperty> Classe

Spazio dei nomi System.Data.Entity.Infrastructure