jhoek / UncommonSense.CBreeze

C#/PowerShell API for the Dynamics NAV C/AL object text format
MIT License
6 stars 4 forks source link

"var" should be optional when instantiating parameters #56

Closed jhoek closed 7 years ago

jhoek commented 7 years ago

new IntegerParameter(false, 50000, "MyParam") vs. new IntegerParameter(50000, "MyParam"). And eventually new IntegerParameter("MyParam"), of course! :-)