NpgsqlParameter.Scale Property
[This is preliminary documentation and subject to change.]
Gets or sets the number of decimal places to which Value is resolved.
[Visual Basic]
<Category(Category="Data")>
<DefaultValue(Value=0)>
NotOverridable Public Property Scale As
Byte Implements _
IDbDataParameter.Scale
[C#]
[Category(Category="Data")]
[DefaultValue(Value=0)]
public
byte Scale {get; set;}
Property Value
The number of decimal places to which Value is resolved. The default is 0.
Implements
IDbDataParameter.Scale
See Also
NpgsqlParameter Class | Npgsql Namespace