AdoNetAppenderResolveConnectionType Method Apache log4net™ SDK Documentation
Retrieves the class type of the ADO.NET provider.

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

protected virtual Type ResolveConnectionType()

Return Value

Type: Type
The Type of the ADO.NET provider
Remarks

Gets the Type of the ADO.NET provider to use to connect to the database. This method resolves the type specified in the ConnectionType property.

Subclasses can override this method to return a different type if necessary.

See Also

Reference