Firebird ADO.NET Provider SDK Documentation - v1.7

FbParameter.Precision Property

Gets or sets the maximum number of digits used to represent the parameter value.

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

Implements

IDbDataParameter.Precision

See Also

FbParameter Class | FirebirdSql.Data.Firebird Namespace