Table of Contents

Property Scale

Namespace
YndigoBlue.Velocity.Model
Assembly
YndigoBlue.Velocity.dll

Scale

Gets the number of digits to the right of the decimal point for numeric columns.

public byte Scale { get; }

Property Value

byte

Remarks

Only meaningful for Decimal columns. For example, a column declared as DECIMAL(10, 2) has Precision = 10 and Scale = 2. To change scale as a schema migration operation, use ModifyPrecisionScale(byte, byte).