EdmPrimitiveTypeKind Enum

Definition

Enumerates the kinds of Edm Primitives.

public enum EdmPrimitiveTypeKind
type EdmPrimitiveTypeKind = 
Public Enum EdmPrimitiveTypeKind
Inheritance
EdmPrimitiveTypeKind

Fields

Binary 1

Represents a Binary type.

Boolean 2

Represents a Boolean type.

Byte 3

Represents a Byte type.

Date 32

Represents a Date type

DateTimeOffset 4

Represents a DateTimeOffset type.

Decimal 5

Represents a Decimal type.

Double 6

Represents a Double type.

Duration 15

Represents a Duration type.

Geography 16

Represents an arbitrary Geography type.

GeographyCollection 20

Represents a geography GeographyCollection type.

GeographyLineString 18

Represents a geography LineString type.

GeographyMultiLineString 22

Represents a geography MultiLineString type.

GeographyMultiPoint 23

Represents a geography MultiPoint type.

GeographyMultiPolygon 21

Represents a geography MultiPolygon type.

GeographyPoint 17

Represents a geography Point type.

GeographyPolygon 19

Represents a geography Polygon type.

Geometry 24

Represents an arbitrary Geometry type.

GeometryCollection 28

Represents a geometry GeometryCollection type.

GeometryLineString 26

Represents a geometry LineString type.

GeometryMultiLineString 30

Represents a geometry MultiLineString type.

GeometryMultiPoint 31

Represents a geometry MultiPoint type.

GeometryMultiPolygon 29

Represents a geometry MultiPolygon type.

GeometryPoint 25

Represents a geometry Point type.

GeometryPolygon 27

Represents a geometry Polygon 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.

None 0

Represents a primitive type of unknown kind.

PrimitiveType 34

Represents a Primitive type

SByte 11

Represents a SByte type.

Single 12

Represents a Single type.

Stream 14

Represents a Stream type.

String 13

Represents a String type.

TimeOfDay 33

Represents a TimeOfDay type

Applies to