Skip to content

DataTypeCategory

Namespace: MJCZone.DapperMatic.Models

Assembly: MJCZone.DapperMatic

Summary

Categories for grouping data types.

Inheritance

Base Class: Enum

sealed public

Contents

Enum Members (16)

Enum Members

NameValueDescription
Integer0Integer numeric types.
Decimal1Decimal/floating point numeric types.
Money2Monetary types.
Text3Character and string types.
DateTime4Date and time types.
Binary5Binary data types.
Boolean6Boolean types.
Json7JSON data types.
Xml8XML data types.
Spatial9Spatial/geometry types.
Array10Array types.
Range11Range types.
Network12Network types.
Identifier13UUID/GUID types.
Other14Other specialized types.
Custom15Custom/user-defined types.