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?


--
 
Back
Top