EdmCoreModel.Namespace Property
Gets the namespace of this core model.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Namespace As String
Get
'Usage
Dim value As String
value = EdmCoreModel.Namespace
public static string Namespace { get; }
public:
static property String^ Namespace {
String^ get ();
}
static member Namespace : string
static function get Namespace () : String
Property Value
Type: System.String
The namespace of this core model.