Partager via


DbEntityEntry.ComplexProperty, méthode

[Cette page concerne Entity Framework version 6. La dernière version est disponible sous le nom de package 'Entity Framework' NuGet. Pour plus d'informations sur Entity Framework, consultez msdn.com/data/ef.]

Obtient un objet qui représente une propriété complexe de cette entité.

Espace de noms :  System.Data.Entity.Infrastructure
Assembly :  EntityFramework (dans EntityFramework.dll)

Syntaxe

'Déclaration
Public Function ComplexProperty ( _
    propertyName As String _
) As DbComplexPropertyEntry
'Utilisation
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

Paramètres

  • propertyName
    Type : System.String
    Nom de la propriété complexe.

Valeur de retour

Type : System.Data.Entity.Infrastructure.DbComplexPropertyEntry
Objet qui représente la propriété complexe.

Voir aussi

Référence

DbEntityEntry Classe

Espace de noms System.Data.Entity.Infrastructure