Condividi tramite


Proprietà EdmTypeAttribute.NamespaceName

[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 dello spazio dei nomi del tipo di oggetto entità o del tipo complesso nello schema concettuale che viene mappato a questo tipo.

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

Sintassi

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

value = instance.NamespaceName

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

Valore proprietà

Tipo: System.String
Oggetto String che rappresenta il nome dello spazio dei nomi.

Vedere anche

Riferimento

EdmTypeAttribute Classe

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