EdmPrimitiveTypeKind Enumeración
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Enumera los tipos de primitivos de Edm.
public enum EdmPrimitiveTypeKind
type EdmPrimitiveTypeKind =
Public Enum EdmPrimitiveTypeKind
- Herencia
-
EdmPrimitiveTypeKind
Campos
Binary | 1 | Representa un tipo Binario. |
Boolean | 2 | Representa un tipo booleano. |
Byte | 3 | Representa un tipo de byte. |
Date | 32 | Representa un tipo de fecha |
DateTimeOffset | 4 | Representa un tipo DateTimeOffset. |
Decimal | 5 | Representa un tipo Decimal. |
Double | 6 | Representa un tipo Double. |
Duration | 15 | Representa un tipo Duration. |
Geography | 16 | Representa un tipo geography arbitrario. |
GeographyCollection | 20 | Representa un tipo geography GeographyCollection. |
GeographyLineString | 18 | Representa un tipo LineString de geografía. |
GeographyMultiLineString | 22 | Representa un tipo MultiLineString de geografía. |
GeographyMultiPoint | 23 | Representa un tipo MultiPoint de geografía. |
GeographyMultiPolygon | 21 | Representa un tipo MultiPolygon de geografía. |
GeographyPoint | 17 | Representa un tipo Point de geografía. |
GeographyPolygon | 19 | Representa un tipo Polygon de geografía. |
Geometry | 24 | Representa un tipo geometry arbitrario. |
GeometryCollection | 28 | Representa un tipo geometry GeometryCollection. |
GeometryLineString | 26 | Representa un tipo LineString de geometría. |
GeometryMultiLineString | 30 | Representa un tipo MultiLineString de geometría. |
GeometryMultiPoint | 31 | Representa un tipo MultiPoint de geometría. |
GeometryMultiPolygon | 29 | Representa un tipo MultiPolygon de geometría. |
GeometryPoint | 25 | Representa un tipo Point de geometría. |
GeometryPolygon | 27 | Representa un tipo Polygon de geometría. |
Guid | 7 | Representa un tipo guid. |
Int16 | 8 | Representa un tipo Int16. |
Int32 | 9 | Representa un tipo Int32. |
Int64 | 10 | Representa un tipo Int64. |
None | 0 | Representa un tipo primitivo de tipo desconocido. |
PrimitiveType | 34 | Representa un tipo primitivo |
SByte | 11 | Representa un tipo SByte. |
Single | 12 | Representa un tipo Single. |
Stream | 14 | Representa un tipo stream. |
String | 13 | Representa un tipo de cadena. |
TimeOfDay | 33 | Representa un tipo TimeOfDay. |