Non mapped property on Model
Non mapped property on Model
I'm using the .Net library, and have many editors up and running fine.
Now, I want to have a property on one of my returned models that depends on 3 columns in the table. I can return the 3 columns fine into my model. I want to have property on my model that is not mapped to a database table, but for example checks ColumnX > 5 AND ColumnY == true AND ColumnZ >= current date.
Very easy to do in C#, but not sure how to make sure that property is not picked up by _FieldFromModel and added on to the query.
hope that makes sense.
Replies
Got it - CustomFormatters FTW!!
https://editor.datatables.net/manual/net/formatters