EdmConstants Class
Contains constant values that apply to the EDM model, regardless of source (for CSDL/EDMX specific constants see CsdlConstants).
Inheritance Hierarchy
System.Object
Microsoft.Data.Edm.Library.EdmConstants
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public NotInheritable Class EdmConstants
'Usage
public static class EdmConstants
public ref class EdmConstants abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type EdmConstants = class end
public final class EdmConstants
The EdmConstants type exposes the following members.
Fields
Name | Description | |
---|---|---|
EdmVersion1 | Version 1.0 of EDM. Corresponds to CSDL namespace "https://schemas.microsoft.com/ado/2006/04/edm". | |
EdmVersion1_1 | Version 1.1 of EDM. Corresponds to CSDL namespace "https://schemas.microsoft.com/ado/2007/05/edm". | |
EdmVersion1_2 | Version 1.2 of EDM. Corresponds to CSDL namespace "https://schemas.microsoft.com/ado/2008/01/edm". | |
EdmVersion2 | Version 2.0 of EDM. Corresponds to CSDL namespaces "https://schemas.microsoft.com/ado/2008/09/edm" and "https://schemas.microsoft.com/ado/2009/08/edm". | |
EdmVersion3 | Version 3.0 of EDM. Corresponds to CSDL namespace "https://schemas.microsoft.com/ado/2009/11/edm". | |
EdmVersionLatest | The current latest version of EDM. |
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.