This documentation is archived and is not being maintained.
PrimitiveTypeKind Enumeration
Visual Studio 2008
Specifies the kinds of all primitive types defined by the Entity Data Model (EDM).
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 (EDM) 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 | ||
| DateTimeOffset |
For more information, see Simple Types (EDM) and Simple Types (Metadata).
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: