Retrieves the class type of the ADO.NET provider.
Namespace: log4net.AppenderAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Return Value
Type:
The

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