Compartilhar via


DbComplexPropertyEntry.Cast<TEntity,TComplexProperty> Método

Definição

Retorna o objeto genérico 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)

Parâmetros de tipo

TEntity

O tipo de entidade na qual o membro é declarado.

TComplexProperty

O tipo da propriedade complexa.

Retornos

O objeto genérico equivalente.

Aplica-se a