TypeAffinity
Namespace: MJCZone.DapperMatic
Assembly: MJCZone.DapperMatic
Summary
Specifies the type affinity for a database column.
Inheritance
Base Class: Enum
sealed public
Contents
Enum Members (9)
Enum Members
| Name | Value | Description |
|---|---|---|
| Integer | 0 | Represents an integer type. |
| Real | 1 | Represents a real number type. |
| Boolean | 2 | Represents a boolean type. |
| DateTime | 3 | Represents a DateTime type. |
| Text | 4 | Represents a text type. |
| Binary | 5 | Represents a binary type. |
| Geometry | 6 | Represents a geometry type. |
| RangeType | 7 | Represents a range type. |
| Other | 8 | Represents other types not covered by the above. |