Condividi tramite


Proprietà EdmTypeAttribute.Name

[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.]

Nome del tipo nello schema concettuale che viene mappato alla classe alla quale viene applicato questo attributo.

Spazio dei nomi:  System.Data.Entity.Core.Objects.DataClasses
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public Property Name As String 
    Get 
    Set
'Utilizzo
Dim instance As EdmTypeAttribute 
Dim value As String 

value = instance.Name

instance.Name = value
public string Name { get; set; }
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
member Name : string with get, set
function get Name () : String 
function set Name (value : String)

Valore proprietà

Tipo: System.String
Oggetto String che rappresenta il nome.

Vedere anche

Riferimento

EdmTypeAttribute Classe

Spazio dei nomi System.Data.Entity.Core.Objects.DataClasses