Enum DataType
This enum represents each Primitively type variation.
Namespace: Primitively
Assembly: Primitively.Abstractions.dll
Syntax
public enum DataType
Fields
Name | Description |
---|---|
Byte | |
DateOnly | Represents an IDateOnly type that encapsulates a date value in ISO 8601 YYYY-MM-DD format. |
Decimal | Represents an IDecimal type that encapsulates a decimal value. |
Double | Represents an IDouble type that encapsulates a double value. |
Guid | |
Int | |
Long | |
SByte | |
Short | |
Single | |
String | Represents an IString type that encapsulates a string value. |
UInt | |
ULong | |
UShort | Represents an IUShort type that encapsulates a ushort value. |