Property Scale
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
Scale
Gets or sets the scale for decimal data types (digits after the decimal point).
public int Scale { get; set; }
Property Value
Remarks
Used with DECIMAL and NUMERIC types to specify how many digits appear after the decimal point.