TableAdapter instead of Object-Relation mapping model

  • Thread starter Thread starter ad
  • Start date Start date
A

ad

TableAdapter is a new feature of VS2005, is it good to use TableAdapter to
replace Object-Relation mapping model?
 
ad said:
Why,
TableAdapter can do almost OR/M can do!

no it doesn't. O/R mapping focusses on entities, which represent a
single row in one or more tables/views. TableAdapter lets you work with
tabular data. There's no concept of a 'Customer' in TableAdapter, for
example, fk/pk syncing between objects, graph persisting etc.

FB
TableAdapter >> to replace Object-Relation mapping model?


--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top