Auto Generate Parameter List
Posted: Mon 21 Mar 2016 01:16
Hi Guys,
I´m new with dbForge and I´m loving this tool.
There is a way to auto generate the parameter list for a procedure based on a insert statement like this:
insert into person(id, name, email) values (_id, _name, _email);
My idea is to after create this instruction, select the string: "_id, _name, _email" and with a context menu, auto generate the parameter list like an refactor.
This is possible to do with dbForge ?
I´m new with dbForge and I´m loving this tool.
There is a way to auto generate the parameter list for a procedure based on a insert statement like this:
insert into person(id, name, email) values (_id, _name, _email);
My idea is to after create this instruction, select the string: "_id, _name, _email" and with a context menu, auto generate the parameter list like an refactor.
This is possible to do with dbForge ?