CsdlConstants Class
Represents the constants for CSDL XML.
Inheritance Hierarchy
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
The CsdlConstants type exposes the following members.
Fields
Name | Description | |
---|---|---|
EdmxVersion1 | Version 1.0 of EDMX. Corresponds to EDMX namespace "https://schemas.microsoft.com/ado/2007/06/edmx". | |
EdmxVersion2 | Version 2.0 of EDMX. Corresponds to EDMX namespace "https://schemas.microsoft.com/ado/2008/10/edmx". | |
EdmxVersion3 | Version 3.0 of EDMX. Corresponds to EDMX namespace "https://schemas.microsoft.com/ado/2009/11/edmx". | |
EdmxVersionLatest | The current latest version of EDMX. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.