Is there an example online showing how Enums and/or Flags are persisted with OrmLite? I won’t have a chance to experiment for a few days, but I’d like to finish a design. This would help a great deal.
With [Flags] it’s persisted as an integer (Enum Value) otherwise it’s persisted as a string (Enum Value Name).
Sir Thomas:
Nice!
__________