Freigeben über


DbFunctionAttribute.NamespaceName-Eigenschaft

[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]

Der Namespace der "Mapped-to"-Funktion.

Namespace:  System.Data.Entity
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public ReadOnly Property NamespaceName As String 
    Get
'Usage
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

Eigenschaftswert

Typ: System.String
Der Namespace der "Mapped-to"-Funktion.

Siehe auch

Verweis

DbFunctionAttribute Klasse

System.Data.Entity-Namespace