Freigeben über


CsdlConstants-Klasse

Stellt die Konstanten für CSDL-XML dar.

Vererbungshierarchie

System.Object
  Microsoft.Data.Edm.Csdl.CsdlConstants

Namespace:  Microsoft.Data.Edm.Csdl
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public NotInheritable Class CsdlConstants
'Usage
public static class CsdlConstants
public ref class CsdlConstants abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type CsdlConstants =  class end
public final class CsdlConstants

Der CsdlConstants-Typ macht folgende Elemente verfügbar.

Felder

  Name Beschreibung
Öffentliches FeldStatisches Element EdmxVersion1 Version 1.0 von EDMX.Entspricht EDMX-Namespace "https://schemas.microsoft.com/ado/2007/06/edmx".
Öffentliches FeldStatisches Element EdmxVersion2 Version 2.0 von EDMX.Entspricht EDMX-Namespace "https://schemas.microsoft.com/ado/2008/10/edmx".
Öffentliches FeldStatisches Element EdmxVersion3 Version 3.0 von EDMX.Entspricht EDMX-Namespace "https://schemas.microsoft.com/ado/2009/11/edmx".
Öffentliches FeldStatisches Element EdmxVersionLatest Die aktuelle neueste Version von EDMX.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.Data.Edm.Csdl-Namespace