DbEntityEntry.Property, 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é scalaire ou complexe de cette entité.
Espace de noms : System.Data.Entity.Infrastructure
Assembly : EntityFramework (dans EntityFramework.dll)
Syntaxe
'Déclaration
Public Function Property ( _
propertyName As String _
) As DbPropertyEntry
'Utilisation
Dim instance As DbEntityEntry
Dim propertyName As String
Dim returnValue As DbPropertyEntry
returnValue = instance.Property(propertyName)
public DbPropertyEntry Property(
string propertyName
)
public:
DbPropertyEntry^ Property(
String^ propertyName
)
member Property :
propertyName:string -> DbPropertyEntry
public function Property(
propertyName : String
) : DbPropertyEntry
Paramètres
- propertyName
Type : System.String
Nom de la propriété.
Valeur de retour
Type : System.Data.Entity.Infrastructure.DbPropertyEntry
Objet représentant la propriété.