Freigeben über


DbEntityEntry<TEntity> Implicit-Konvertierung (DbEntityEntry<TEntity> to DbEntityEntry)

[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]

Gibt eine neue Instanz der nicht generischen DbEntityEntry-Klasse für die nachverfolgte Entität zurück, die von diesem Objekt dargestellt wird.

Namespace:  System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public Shared Widening Operator CType ( _
    entry As DbEntityEntry(Of TEntity) _
) As DbEntityEntry
'Usage
Dim input As DbEntityEntry(Of TEntity)
Dim output As DbEntityEntry 

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

Parameter

Rückgabewert

Typ: System.Data.Entity.Infrastructure.DbEntityEntry
Eine nicht generische Version.

Siehe auch

Verweis

DbEntityEntry<TEntity> Klasse

System.Data.Entity.Infrastructure-Namespace