Table of Contents

Property Precision

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

Precision

Gets the total number of significant digits for numeric columns (e.g. Decimal).

public byte Precision { 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 precision as a schema migration operation, use ModifyPrecisionScale(byte, byte).