Partager via


Propriété EdmEntityType.Name

Obtient le nom de ce type d'entité.

Espace de noms :  Microsoft.Data.Edm.Library
Assembly :  Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)

Syntaxe

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

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

Valeur de propriété

Type : System.String
Nom de ce type d'entité.

Implémente

IEdmNamedElement.Name

Voir aussi

Référence

EdmEntityType Classe

Espace de noms Microsoft.Data.Edm.Library