Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Enumerates the kinds of EDM primitives.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Enumeration EdmPrimitiveTypeKind
'Usage
Dim instance As EdmPrimitiveTypeKind
public enum EdmPrimitiveTypeKind
public enum class EdmPrimitiveTypeKind
type EdmPrimitiveTypeKind
public enum EdmPrimitiveTypeKind
Members
| Member name | Description | |
|---|---|---|
| Binary | A Binary type. | |
| Boolean | A Boolean type. | |
| Byte | A Byte type. | |
| DateTime | A DateTime type. | |
| DateTimeOffset | A DateTimeOffset type. | |
| Decimal | A Decimal type. | |
| Double | A Double type. | |
| Geography | An arbitrary Geography type. | |
| GeographyCollection | A geography GeographyCollection type. | |
| GeographyLineString | A geography LineString type. | |
| GeographyMultiLineString | A geography MultiLineString type. | |
| GeographyMultiPoint | A geography MultiPoint type. | |
| GeographyMultiPolygon | A geography MultiPolygon type. | |
| GeographyPoint | A geography Point type. | |
| GeographyPolygon | A geography Polygon type. | |
| Geometry | An arbitrary Geometry type. | |
| GeometryCollection | A geometry GeometryCollection type. | |
| GeometryLineString | A geometry LineString type. | |
| GeometryMultiLineString | A geometry MultiLineString type. | |
| GeometryMultiPoint | A geometry MultiPoint type. | |
| GeometryMultiPolygon | A geometry MultiPolygon type. | |
| GeometryPoint | A geometry Point type. | |
| GeometryPolygon | A geometry Polygon type. | |
| Guid | A Guid type. | |
| Int16 | An Int16 type. | |
| Int32 | An Int32 type. | |
| Int64 | An Int64 type. | |
| None | A primitive type of unknown kind. | |
| SByte | A SByte type. | |
| Single | A Single type. | |
| Stream | A Stream type. | |
| String | A String type. | |
| Time | A Time type. | |
| IsIntegral | Determines whether this primitive type kind represents an integer type. | |
| IsSpatial | Determines whether this type kind represents a spatial type. | |
| IsTemporal | Determines whether this type kind represents a temporal type. |