Click or drag to resize

DataSourceFactoryAddProperty Method

Adds a property.

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

Parameters

name
Type: SystemString
key
value
Type: SystemString
value of property
See Also