Compartir a través de


DbCollectionEntry<TEntity, TElement> Implicit (Conversión) (DbCollectionEntry<TEntity, TElement> to DbCollectionEntry)

[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 DbCollectionEntry no genérica para la propiedad de navegación 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 DbCollectionEntry(Of TEntity, TElement) _
) As DbCollectionEntry
'Uso
Dim input As DbCollectionEntry(Of TEntity, TElement)
Dim output As DbCollectionEntry 

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

Parámetros

Valor devuelto

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

Vea también

Referencia

DbCollectionEntry<TEntity, TElement> Clase

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