dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlParameter Class / Scale Property

In This Topic
Scale Property (PgSqlParameter)
In This Topic
Gets or sets the number of decimal places to which Devart.Common.DbParameterBase.Value is resolved.
Syntax
'Declaration
 
Public Property Scale As Byte
 

Property Value

The number of decimal places to which Devart.Common.DbParameterBase.Value is resolved. The default value is 0.
See Also