Condividi tramite


Metodo DbEntityEntry.ComplexProperty

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Ottiene un oggetto che rappresenta una proprietà complessa dell'entità.

Spazio dei nomi:  System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public Function ComplexProperty ( _
    propertyName As String _
) As DbComplexPropertyEntry
'Utilizzo
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

Parametri

  • propertyName
    Tipo: System.String
    Nome della proprietà complessa.

Valore restituito

Tipo: System.Data.Entity.Infrastructure.DbComplexPropertyEntry
Oggetto che rappresenta la proprietà complessa.

Vedere anche

Riferimento

DbEntityEntry Classe

Spazio dei nomi System.Data.Entity.Infrastructure