hello,
i usually simply use DataAdapter or DataReader to get data from database.now, i'm thinking to use ORM to help ease OO development.
but then because i have the need to display the data in a DataGridView, filling query result to a DataTable from a DataAdapter is simple enough. i don't know if it's better to use ORM or not.
is filling data generated from ORM to a DataGridView is simple enough? if the ORM framework used is NHibernate for example.
Thank you.
i usually simply use DataAdapter or DataReader to get data from database.now, i'm thinking to use ORM to help ease OO development.
but then because i have the need to display the data in a DataGridView, filling query result to a DataTable from a DataAdapter is simple enough. i don't know if it's better to use ORM or not.
is filling data generated from ORM to a DataGridView is simple enough? if the ORM framework used is NHibernate for example.
Thank you.
Comment