LightORM provide a easier way to use ORM. You'll no longer have to write xml config or add attributes.Data read from the SqlDataReader will tranlate to object at once by reflection.
There is one thing you care: the class property name and Table column name are the same!