AdoNetAppenderParameterPrecision Property Apache log4net™ SDK Documentation
Gets or sets the precision for this parameter.

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public byte Precision { get; set; }

Property Value

Type: Byte
The precision for this parameter.
Remarks

The maximum number of digits used to represent the Value.

This property is optional. If not specified the ADO.NET provider will attempt to infer the precision from the value.

See Also

Reference