Share via


DbEntityEntry.ComplexProperty (Método)

[Esta página es específica de la versión 6 de Entity Framework. La versión más reciente está disponible como el paquete NuGet de Entity Framework. Para más información sobre Entity Framework, consulte msdn.com/es-ES/data/ef].

Obtiene un objeto que representa una propiedad compleja de esta entidad.

Espacio de nombres:  System.Data.Entity.Infrastructure
Ensamblado:  EntityFramework (en EntityFramework.dll)

Sintaxis

'Declaración
Public Function ComplexProperty ( _
    propertyName As String _
) As DbComplexPropertyEntry
'Uso
Dim instance As DbEntityEntry 
Dim propertyName As String 
Dim returnValue As DbComplexPropertyEntry 

returnValue = instance.ComplexProperty(propertyName)
public DbComplexPropertyEntry ComplexProperty(
    string propertyName
)
public:
DbComplexPropertyEntry^ ComplexProperty(
    String^ propertyName
)
member ComplexProperty : 
        propertyName:string -> DbComplexPropertyEntry
public function ComplexProperty(
    propertyName : String
) : DbComplexPropertyEntry

Parámetros

  • propertyName
    Tipo: System.String
    Nombre de la propiedad compleja.

Valor devuelto

Tipo: System.Data.Entity.Infrastructure.DbComplexPropertyEntry
Un objeto que representa la propiedad compleja.

Vea también

Referencia

DbEntityEntry Clase

System.Data.Entity.Infrastructure (Espacio de nombres)