SoftStoneDevelop/Gedaq

Add a new optional parameter "methodParametrName" for ParametrAttribute

SoftStoneDevelop opened this issue · 0 comments

When calling methods, it is not clear what the parameters are if the parameters are unnamed, for example, positional parameters in PostgreSQL. There are also cases when we do not want the name of the parameter passed to the method to be different from the name of the parameter in the command.

Therefore, you need to add a new optional parameter to the attribute - "methodParametrName"