Click or drag to resize

ConfigurationCommonAddDatabaseReference Method

Add a database reference with a given database name.

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public void AddDatabaseReference(
	string name,
	ConfigurationCommonDBRef configurationDBRef
)

Parameters

name
Type: SystemString
is the database name
configurationDBRef
Type: com.espertech.esper.common.client.configuration.commonConfigurationCommonDBRef
descriptor containing database connection and access policy information
See Also