0

I am looking at this post which is probably not as updated:

SQL Server specific types support for OrmLite

However, I am trying to see if it is supported currently. If not, what is the best way to support these kind of "not so usual" types while using ORMLite OR any ORM in general?

Community
  • 1
  • 1
Lost
  • 12,007
  • 32
  • 121
  • 193

1 Answers1

1

No. For any tabular results you can use Custom SQL API's to map them to POCO's, but any non-standard esoteric Data types are not supported with OrmLite's typed API's.

Feature Requests for OrmLite can be added on ServiceStack's UserVoice.

mythz
  • 141,670
  • 29
  • 246
  • 390