does firefly supports Enums

58 Views Asked by At

Does anyone know if the firefly.box infrastructure supports a column that is based on Enum that I added to my code?

1

There are 1 best solutions below

0
On BEST ANSWER

You can use: Firefly.Box.Data.EnumColumn<EnumType>

Also have a look at: Firefly.Box.Data.Advanced.CustomColumn<T>