'Declaration Public Overrides NotOverridable Property Precision As Byte
'Usage Dim instance As TdParameter Dim value As Byte instance.Precision = value value = instance.Precision
public override byte Precision {get; set;}
'Declaration Public Overrides NotOverridable Property Precision As Byte
'Usage Dim instance As TdParameter Dim value As Byte instance.Precision = value value = instance.Precision
public override byte Precision {get; set;}
The table below defines TdParameter.Precision for each data type:
| Data Type | Definition | Includes decimal point in precision? |
|---|---|---|
| Numeric |
Precision is the number of digits before and after the decimal point. |
No |
| Date and Time |
Precision is total number of characters which defines a Date Time data type. For example a TdTimestamp value of '1999-05-05 09:20:30.5' will contain a precision of 21. |
Yes |
| Interval |
Precision is defined as the number of digits within the significant field. For example a TdIntervalDayToSecond value of '923 12:20:30.5' will contain a precision of 3, the number of digits contained within the day field. |
No |
| Product | Versions | Platforms |
|---|---|---|
| .NET | 6, 7 | Windows, Linux, MacOS |
| .NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
| .NET Standard | 2.0 | Windows, Linux, MacOS |