Npgsql API Docs

NpgsqlParameter.Scale Property

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

[Visual Basic]
NotOverridable Public Property Scale As Byte _
    Implements IDbDataParameter.Scale
[C#]
public byte Scale {get; set;}

Property Value

The number of decimal places to which Value is resolved. The default is 0.

Implements

IDbDataParameter.Scale

Remarks

Missing <remarks> documentation for P:Npgsql.NpgsqlParameter.Scale

See Also

NpgsqlParameter Class | Npgsql Namespace