Click or drag to resize

FieldInfo.Precision Property

The precision of the value for this field. Value initially set for this field is the precision of the database column this field is mapped on.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public byte Precision { get; }

Property Value

Type: Byte

Implements

IFieldInfo.Precision
See Also