Designer Generated Code

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,

Does anyone know how to modify the rules visual studio (or the designer)
uses to generate it's dataset, datatable, datarow, datatableadapter classes
when you use the wizard to generate a strongly typed dataset from a database
table/stored proc? I want the code that it outputs to be slightly modified.
I do not want to extend or use partial classes to customise the class and I
do not mean that I want to modify the designer generated code by hand. I
want to modify the rules that the designer uses to generate that code. I
have been informed that this is possible but know nothing more. Can anyone
help me with this?

Thanks,
Jesse
 
Back
Top