Hi,
When we use a business object with property named "end" the engine generate code and change name "end" to "end_". This problem does not exit in 2013 version.
Thanks
Designer Fx 2015.2.0.0 end property modified to end_
Re: Designer Fx 2015.2.0.0 end property modified to end_
Hello.
"end" is a reserved word in VB.NET.
To avoid errors of compilation we add underline symbol.
Thank you.
"end" is a reserved word in VB.NET.
To avoid errors of compilation we add underline symbol.
Thank you.