Lingua

DbComplexPropertyEntry.Cast<TEntity,TComplexProperty> Metodo

Definizione

Restituisce l'oggetto generico DbComplexPropertyEntry<TEntity,TComplexProperty> equivalente.

public System.Data.Entity.Infrastructure.DbComplexPropertyEntry<TEntity,TComplexProperty> Cast<TEntity,TComplexProperty>() where TEntity : class;
override this.Cast : unit -> System.Data.Entity.Infrastructure.DbComplexPropertyEntry<'Entity, 'ComplexProperty (requires 'Entity : null)> (requires 'Entity : null)
Public Function Cast(Of TEntity As Class, TComplexProperty As Class) () As DbComplexPropertyEntry(Of TEntity, TComplexProperty)

Parametri di tipo

TEntity

Tipo di entità in cui viene dichiarato il membro.

TComplexProperty

Tipo della proprietà complessa.

Valori restituiti

Oggetto generico equivalente.

Si applica a