TypedDataSetGenerator: <x>TableAdapters namespace output -
07-06-2006
, 03:27 PM
Upon adding a datasource from VS 2005 IDE, a. xsd and corresponding .cs file
are generated. These implement a typed dataset and associated components
encapsulating DBDataAdapter-derived adapters (such as SQLDataAdapater).
When I use that same .xsd as an input to TypedDataSetGenerator, .cs code
matching that output by the IDE is generated for the dataset, but not for the
<x>TableAdapters namespace included in the .cs file the IDE generated.
That namespace does appear however to be have been generated by a
TypedDataSetGenerator object, as called by xsd.exe. What calls to
TypedDataSetGenerator will succeed to generate the TableAdapters portion of
the .cs output that results frtomAdd Data Source from the IDE?
Thank you. |