PrimitiveTypeKind 枚举
定义
指定由 EDM 定义的基元类型。Specifies the primitive types as defined by EDM.
public enum class PrimitiveTypeKind
public enum PrimitiveTypeKind
type PrimitiveTypeKind =
Public Enum PrimitiveTypeKind
- 继承
字段
| Binary | 0 | Binary 类型。The Binary type. |
| Boolean | 1 | 布尔型。The Boolean type. |
| Byte | 2 | 字节类型。The Byte type. |
| DateTime | 3 | DateTime 类型。The DateTime type. |
| DateTimeOffset | 14 | DateTimeOffset 类型。The DateTimeOffset type. |
| Decimal | 4 | 十进制值的类型。The Decimal type. |
| Double | 5 | Double 数据类型。The Double type. |
| Geography | 16 | Geography 类型。The Geography type. |
| GeographyCollection | 30 | Geographic 集合类型。The Geographic collection type. |
| GeographyLineString | 25 | Geographic 行字符串类型。The Geographic line string type. |
| GeographyMultiLineString | 28 | Geographic 多行字符串类型。The Geographic multi-line string type. |
| GeographyMultiPoint | 27 | Geographic 多点类型。The Geographic multi-point type. |
| GeographyMultiPolygon | 29 | Geographic 多多边形类型。The Geographic multi-polygon type. |
| GeographyPoint | 24 | Geographic 点类型。The Geographic point type. |
| GeographyPolygon | 26 | Geographic 单多边形类型。The Geographic polygon type. |
| Geometry | 15 | Geometry 类型。The Geometry Type. |
| GeometryCollection | 23 | Geometric 集合类型The Geometric collection type. |
| GeometryLineString | 18 | Geometric 行字符串类型。The Geometric line string type. |
| GeometryMultiLineString | 21 | Geometric 多行字符串类型。The Geometric multi-line string type. |
| GeometryMultiPoint | 20 | Geometric 多点类型。The Geometric multi-point type. |
| GeometryMultiPolygon | 22 | Geometric 多多边形类型。The Geometric multi-polygon type. |
| GeometryPoint | 17 | Geometric 多点类型。The Geometric point type. |
| GeometryPolygon | 19 | Geometric 单多边形类型。The Geometric polygon type. |
| Guid | 6 | Guid 类型。The Guid type. |
| Int16 | 9 | Int16 类型。The Int16 type. |
| Int32 | 10 | Int32 类型。The Int32 type. |
| Int64 | 11 | Int64 类型。The Int64 type. |
| SByte | 8 | SByte 类型。The SByte type. |
| Single | 7 | 该Single 类型。The Single type. |
| String | 12 | ”字符串“类型。The String type. |
| Time | 13 | Time 类型。The Time type. |