Hi,
Using PowerServer 2021 Beta, some datatypes like tinyint(stored procedure), number(datawindow) etc. does not gets automatically converted correctly to C# models and needs to be manually modified and saved.
Like tinyint parses to int32 and number to double.
We have to manually save it as tinyint > byte and number > long
Thanks,
Nilotpal