Stored Proc Parameter not present for float

Hi ,

Stored Proc Parameter of type "float" is not being generated by Radzen.
in stproc: e.g.:
Declare @bedrag float = 0

is missing in cs file .

for now I have changed float to " numeric(12, 6) and this is translated as a decimal type.