Compartir a través de


DbComplexPropertyEntry<TEntity,TComplexProperty>.Implicit Operador

Definición

Devuelve una nueva instancia de la clase no genérica DbComplexPropertyEntry para la propiedad representada por este 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.DbComplexPropertyEntry (System.Data.Entity.Infrastructure.DbComplexPropertyEntry<TEntity,TComplexProperty> entry);
static member op_Implicit : System.Data.Entity.Infrastructure.DbComplexPropertyEntry<'Entity, 'ComplexProperty (requires 'Entity : null)> -> System.Data.Entity.Infrastructure.DbComplexPropertyEntry
Public Shared Widening Operator CType (entry As DbComplexPropertyEntry(Of TEntity, TComplexProperty)) As DbComplexPropertyEntry

Parámetros

entry
DbComplexPropertyEntry<TEntity,TComplexProperty>

Objeto que representa la propiedad .

Devoluciones

Una versión no genérica.

Atributos

Se aplica a