SmallMoneyType
Small currency type with reduced precision. Equivalent to DECIMAL(10,4) - supports values up to ~214,748.
public sealed record SmallMoneyType : PortableType, IEquatable<PortableType>, IEquatable<SmallMoneyType>
Small currency type with reduced precision. Equivalent to DECIMAL(10,4) - supports values up to ~214,748.
public sealed record SmallMoneyType : PortableType, IEquatable<PortableType>, IEquatable<SmallMoneyType>