Skip to content

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

NameValueDescription
Integer0Represents an integer type.
Real1Represents a real number type.
Boolean2Represents a boolean type.
DateTime3Represents a DateTime type.
Text4Represents a text type.
Binary5Represents a binary type.
Geometry6Represents a geometry type.
RangeType7Represents a range type.
Other8Represents other types not covered by the above.