Compartilhar via


DbMemberEntry<TEntity,TProperty>.Implicit Operador

Definição

Retorna uma nova instância da classe não genérica DbMemberEntry para a propriedade 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.DbMemberEntry (System.Data.Entity.Infrastructure.DbMemberEntry<TEntity,TProperty> entry);
static member op_Implicit : System.Data.Entity.Infrastructure.DbMemberEntry<'Entity, 'Property (requires 'Entity : null)> -> System.Data.Entity.Infrastructure.DbMemberEntry
Public Shared Widening Operator CType (entry As DbMemberEntry(Of TEntity, TProperty)) As DbMemberEntry

Parâmetros

entry
DbMemberEntry<TEntity,TProperty>

O objeto que representa a propriedade .

Retornos

Uma versão não genérica.

Atributos

Aplica-se a