Gets or sets the database type for this parameter.
Namespace: log4net.AppenderAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Property Value
Type:
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