-
Notifications
You must be signed in to change notification settings - Fork 0
Supported Types
Youssef Benhessou edited this page Jun 7, 2020
·
1 revision
Until now the library supports the know types by the official Cassanda C# Driver.
CQL3 data type | C# type |
---|---|
ascii | string |
bigint | long |
blob | byte[] |
boolean | bool |
counter | long |
custom | byte[] |
date | LocalDate |
decimal | decimal |
double | double |
float | float |
inet | IPAddress |
int | int |
list | IEnumerable |
map | IDictionary<K, V> |
set | IEnumerable |
smallint | short |
text | string |
time | LocalTime |
timestamp | DateTimeOffset |
timeuuid | TimeUuid |
tinyint | sbyte |
uuid | Guid |
varchar | string |
varint | BigInteger |