Table of Contents

TColumn.Precision Property

Gets or sets the total number of significant digits for a numeric column.

Remarks

Used together with Scale for NUMERIC / DECIMAL columns. A value of 0 means no explicit precision constraint is specified.

Syntax

Unit: Aurelius.Mapping.Metadata

property TColumn.Precision: Integer

See also