Decimal (EDM)
The Decimal type represents a numeric value with fixed precision and scale. This type can describe a numeric value ranging from negative 10^38 + 1 to positive 10^38 -1.
This type maps to the Decimal type in SQL Server.
The Decimal type represents a numeric value with fixed precision and scale. This type can describe a numeric value ranging from negative 10^38 + 1 to positive 10^38 -1.
This type maps to the Decimal type in SQL Server.