Compartilhar via


DbEntityEntry<TEntity>.Implicit Operador

Definição

Retorna uma nova instância da classe não genérica DbEntityEntry para a entidade controlada representada por esse objeto.

[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

Parâmetros

entry
DbEntityEntry<TEntity>

O objeto que representa a entidade controlada.

Retornos

Uma versão não genérica.

Atributos

Aplica-se a