Compartir a través de


DbPropertyEntry<TEntity, TProperty> Implicit (Conversión) (DbPropertyEntry<TEntity, TProperty> to DbPropertyEntry)

[Esta página es específica de la versión 6 de Entity Framework. La versión más reciente está disponible como el paquete NuGet de Entity Framework. Para más información sobre Entity Framework, consulte msdn.com/es-ES/data/ef].

Devuelve una nueva instancia de la clase DbPropertyEntry no genérica para la propiedad representada por este objeto.

Espacio de nombres:  System.Data.Entity.Infrastructure
Ensamblado:  EntityFramework (en EntityFramework.dll)

Sintaxis

'Declaración
Public Shared Widening Operator CType ( _
    entry As DbPropertyEntry(Of TEntity, TProperty) _
) As DbPropertyEntry
'Uso
Dim input As DbPropertyEntry(Of TEntity, TProperty)
Dim output As DbPropertyEntry 

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

Parámetros

Valor devuelto

Tipo: System.Data.Entity.Infrastructure.DbPropertyEntry
Versión no genérica.

Vea también

Referencia

DbPropertyEntry<TEntity, TProperty> Clase

System.Data.Entity.Infrastructure (Espacio de nombres)