MoneyType

Classes > Migration > MoneyType

Currency type with fixed precision for financial calculations. Equivalent to DECIMAL(19,4) - supports values up to ~922 trillion.

public sealed record MoneyType : PortableType, IEquatable<PortableType>, IEquatable<MoneyType>