Click or drag to resize

ConfigurationCommonDBRefSetDatabaseDriver Method (DriverConnectionFactoryDesc)

Sets the database driver.

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public void SetDatabaseDriver(
	DriverConnectionFactoryDesc driverConnectionFactoryDesc
)

Parameters

driverConnectionFactoryDesc
Type: com.espertech.esper.common.client.configuration.commonDriverConnectionFactoryDesc
The db driver factory connection.
See Also