K
Ketchupy
I'm trying to get my head around the "Table Module" pattern (http://
martinfowler.com/eaaCatalog/tableModule.html).
In his book, Fowler suggest passing DataSets to the module instead of
creating them inside the module. He justifies that with "that creates
the data set away from the Table Modules, following the guidelines of
ADO.NET." What exactly does he mean by that? And what could be the
disadvantages if my Table Modules were responsible for getting
DataSets themselves?
martinfowler.com/eaaCatalog/tableModule.html).
In his book, Fowler suggest passing DataSets to the module instead of
creating them inside the module. He justifies that with "that creates
the data set away from the Table Modules, following the guidelines of
ADO.NET." What exactly does he mean by that? And what could be the
disadvantages if my Table Modules were responsible for getting
DataSets themselves?