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
| Name | Value | Description |
|---|---|---|
| Integer | 0 | Integer numeric types. |
| Decimal | 1 | Decimal/floating point numeric types. |
| Money | 2 | Monetary types. |
| Text | 3 | Character and string types. |
| DateTime | 4 | Date and time types. |
| Binary | 5 | Binary data types. |
| Boolean | 6 | Boolean types. |
| Json | 7 | JSON data types. |
| Xml | 8 | XML data types. |
| Spatial | 9 | Spatial/geometry types. |
| Array | 10 | Array types. |
| Range | 11 | Range types. |
| Network | 12 | Network types. |
| Identifier | 13 | UUID/GUID types. |
| Other | 14 | Other specialized types. |
| Custom | 15 | Custom/user-defined types. |