AdoNetAppenderParameterDbType Property Apache log4net™ SDK Documentation
Gets or sets the database type for this parameter.

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

public DbType DbType { get; set; }

Property Value

Type: DbType
The database type for this parameter.
Remarks

The database type for this parameter. This property should be set to the database type from the DbType enumeration. See DbType.

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

See Also

Reference