K
Kris Desmadryl
If you drag a db table to a component in vs.net the DataAdapter is
automatically configured (select, delete, tablemappings, ...). Is it
possible to do this in code. I don't want to use the CommandBuilder because
the statements generated by this are not so nice. For instance the parameter
name is @P1 and not @Person_ID or @Original_Person_ID.
I would like to generate the source code for my accessors.
Kris.
automatically configured (select, delete, tablemappings, ...). Is it
possible to do this in code. I don't want to use the CommandBuilder because
the statements generated by this are not so nice. For instance the parameter
name is @P1 and not @Person_ID or @Original_Person_ID.
I would like to generate the source code for my accessors.
Kris.