Partager via


DbPropertyEntry.Name, propriété

[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 le nom de la propriété.

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

Syntaxe

'Déclaration
Public Overrides ReadOnly Property Name As String 
    Get
'Utilisation
Dim instance As DbPropertyEntry 
Dim value As String 

value = instance.Name
public override string Name { get; }
public:
virtual property String^ Name {
    String^ get () override;
}
abstract Name : string 
override Name : string
override function get Name () : String

Valeur de propriété

Type : System.String
Nom de la propriété.

Voir aussi

Référence

DbPropertyEntry Classe

Espace de noms System.Data.Entity.Infrastructure