Condividi tramite


DbEntityEntry<TEntity>.Implicit Operatore

Definizione

Restituisce una nuova istanza della classe non generica DbEntityEntry per l'entità rilevata rappresentata da questo oggetto.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2225:OperatorOverloadsHaveNamedAlternates", Justification="Intentionally just implicit to reduce API clutter.")]
public static implicit operator System.Data.Entity.Infrastructure.DbEntityEntry (System.Data.Entity.Infrastructure.DbEntityEntry<TEntity> entry);
static member op_Implicit : System.Data.Entity.Infrastructure.DbEntityEntry<'Entity (requires 'Entity : null)> -> System.Data.Entity.Infrastructure.DbEntityEntry
Public Shared Widening Operator CType (entry As DbEntityEntry(Of TEntity)) As DbEntityEntry

Parametri

entry
DbEntityEntry<TEntity>

Oggetto che rappresenta l'entità rilevata.

Restituisce

Versione non generica.

Attributi

Si applica a