Click or drag to resize

ConfigurationCommonDBRefSetDatabaseDriver Method (String, Properties)

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(
	string driverName,
	Properties properties
)

Parameters

driverName
Type: SystemString
Name of the driver.
properties
Type: com.espertech.esper.compatProperties
The properties.
See Also