Is there a ORM that would
- leave my entities classes clean, withouth any attributes for properties and classes
- would not be ActiveRecord pattern so it should not have entity.Save/Delete etc.
optional: able to execute stored procedures and parse the result into entityies