This documentation is archived and is not being maintained.
PrimitiveTypeKind Enumeration
Visual Studio 2010
Specifies the kinds of all primitive types defined by the conceptual model.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
| Member name | Description | |
|---|---|---|
| Binary | An enumeration member that indicates the Binary (EDM) type. | |
| Boolean | An enumeration member that indicates the Boolean (EDM) type. | |
| Byte | An enumeration member that indicates the Byte (EDM) type. | |
| DateTime | An enumeration member that indicates the DateTime (EDM) type. | |
| Decimal | An enumeration member that indicates the Decimal (EDM)type. | |
| Double | An enumeration member that indicates the Double (EDM) type. | |
| Guid | An enumeration member that indicates the Guid (EDM) type. | |
| Single | An enumeration member that indicates the Single (EDM) type. | |
| SByte | An enumeration member that indicates the SByte type. | |
| Int16 | An enumeration member that indicates the Int16 (EDM) type. | |
| Int32 | An enumeration member that indicates the Int32 (EDM) type. | |
| Int64 | An enumeration member that indicates the Int64 (EDM) type. | |
| String | An enumeration member that indicates the String (EDM) type. | |
| Time | An enumeration member that indicates the Time (EDM) type. | |
| DateTimeOffset | An enumeration member that indicates the DateTimeOffset type. |
For more information, see Simple Types (EDM) and Simple Types (Metadata).
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: