EdmPrimitiveTypeKind 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.
Enumerates the kinds of Edm Primitives.
public enum EdmPrimitiveTypeKind
type EdmPrimitiveTypeKind =
Public Enum EdmPrimitiveTypeKind
- Inheritance
-
EdmPrimitiveTypeKind
Fields
Name | Value | Description |
---|---|---|
None | 0 | Represents a primitive type of unknown kind. |
Binary | 1 | Represents a Binary type. |
Boolean | 2 | Represents a Boolean type. |
Byte | 3 | Represents a Byte type. |
DateTimeOffset | 4 | Represents a DateTimeOffset type. |
Decimal | 5 | Represents a Decimal type. |
Double | 6 | Represents a Double type. |
Guid | 7 | Represents a Guid type. |
Int16 | 8 | Represents a Int16 type. |
Int32 | 9 | Represents a Int32 type. |
Int64 | 10 | Represents a Int64 type. |
SByte | 11 | Represents a SByte type. |
Single | 12 | Represents a Single type. |
String | 13 | Represents a String type. |
Stream | 14 | Represents a Stream type. |
Duration | 15 | Represents a Duration type. |
Geography | 16 | Represents an arbitrary Geography type. |
GeographyPoint | 17 | Represents a geography Point type. |
GeographyLineString | 18 | Represents a geography LineString type. |
GeographyPolygon | 19 | Represents a geography Polygon type. |
GeographyCollection | 20 | Represents a geography GeographyCollection type. |
GeographyMultiPolygon | 21 | Represents a geography MultiPolygon type. |
GeographyMultiLineString | 22 | Represents a geography MultiLineString type. |
GeographyMultiPoint | 23 | Represents a geography MultiPoint type. |
Geometry | 24 | Represents an arbitrary Geometry type. |
GeometryPoint | 25 | Represents a geometry Point type. |
GeometryLineString | 26 | Represents a geometry LineString type. |
GeometryPolygon | 27 | Represents a geometry Polygon type. |
GeometryCollection | 28 | Represents a geometry GeometryCollection type. |
GeometryMultiPolygon | 29 | Represents a geometry MultiPolygon type. |
GeometryMultiLineString | 30 | Represents a geometry MultiLineString type. |
GeometryMultiPoint | 31 | Represents a geometry MultiPoint type. |
Date | 32 | Represents a Date type |
TimeOfDay | 33 | Represents a TimeOfDay type |
PrimitiveType | 34 | Represents a Primitive type |