Ignore computed properties in OrmLite

Hi Guys,

Just a question related to this change Ignore computed properties in OrmLite. We updated to 6.9 and our OrmLite queries started to ignore any computed fields in Where clauses. Just wanted to know why this change happened to determine if we were using it incorrectly all along.

Thanks,
Deon

I can revert back and switch to use [Ignore] instead, how were you using it?

Leave as is we will move to Ignore. We wrongfully put the [Computed] attribute on DTOs for a database first project

edit: We will move to the [Ignore*] attributes.

1 Like