activa / iridium

Iridium - Lightweight .NET ORM for mobile, desktop and server applications
MIT License
22 stars 8 forks source link

Add [Column.Trim] attribute #14

Open activa opened 6 years ago

activa commented 6 years ago

The [Column.Trim] attribute, when added to a string property in a mapped class, will trim the value of the property after reading from the database.

TheMouster commented 6 years ago

Will it also trim the value of the property before writing to the database?

activa commented 6 years ago

Yes