Condividi tramite


Proprietà DbFunctionAttribute.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.]

Spazio dei nomi della funzione a cui è stato eseguito il mapping.

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

Sintassi

'Dichiarazione
Public ReadOnly Property NamespaceName As String 
    Get
'Utilizzo
Dim instance As DbFunctionAttribute 
Dim value As String 

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

Valore proprietà

Tipo: System.String
Spazio dei nomi della funzione a cui è stato eseguito il mapping.

Vedere anche

Riferimento

DbFunctionAttribute Classe

Spazio dei nomi System.Data.Entity