Firebird ADO.NET Provider SDK Documentation - v1.7

FbParameter.Scale Property

Gets or sets the number of decimal places to which parameter value is resolved.

[Visual Basic]
<Category(Category:="Datos"), _  DefaultValue(Value:=0)>
NotOverridable Public Property Scale As Byte _
    Implements IDbDataParameter.Scale
[C#]
[Category(Category="Datos")]
[DefaultValue(Value=0)]
public byte Scale {get; set;}

Implements

IDbDataParameter.Scale

See Also

FbParameter Class | FirebirdSql.Data.Firebird Namespace