PrimitiveTypeKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Primitive Types as defined by EDM
public enum PrimitiveTypeKind
type PrimitiveTypeKind =
Public Enum PrimitiveTypeKind
- Inheritance
-
PrimitiveTypeKind
Fields
| Name | Value | Description |
|---|---|---|
| Binary | 0 | Binary Type Kind |
| Boolean | 1 | Boolean Type Kind |
| Byte | 2 | Byte Type Kind |
| DateTime | 3 | DateTime Type Kind |
| Decimal | 4 | Decimal Type Kind |
| Double | 5 | Double Type Kind |
| Guid | 6 | Guid Type Kind |
| Single | 7 | Single Type Kind |
| SByte | 8 | SByte Type Kind |
| Int16 | 9 | Int16 Type Kind |
| Int32 | 10 | Int32 Type Kind |
| Int64 | 11 | Int64 Type Kind |
| String | 12 | String Type Kind |
| Time | 13 | Time Type Kind |
| DateTimeOffset | 14 | DateTimeOffset Type Kind |
| Geometry | 15 | Geometry Type Kind |
| Geography | 16 | Geography Type Kind |
| GeometryPoint | 17 | Geometric point type kind |
| GeometryLineString | 18 | Geometric linestring type kind |
| GeometryPolygon | 19 | Geometric polygon type kind |
| GeometryMultiPoint | 20 | Geometric multi-point type kind |
| GeometryMultiLineString | 21 | Geometric multi-linestring type kind |
| GeometryMultiPolygon | 22 | Geometric multi-polygon type kind |
| GeometryCollection | 23 | Geometric collection type kind |
| GeographyPoint | 24 | Geographic point type kind |
| GeographyLineString | 25 | Geographic linestring type kind |
| GeographyPolygon | 26 | Geographic polygon type kind |
| GeographyMultiPoint | 27 | Geographic multi-point type kind |
| GeographyMultiLineString | 28 | Geographic multi-linestring type kind |
| GeographyMultiPolygon | 29 | Geographic multi-polygon type kind |
| GeographyCollection | 30 | Geographic collection type kind |