Click or drag to resize

ConfigurationCommonDBRefAddTypeBinding Method

Adds the SQL types binding.

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public void AddTypeBinding(
	Type sqlType,
	Type desiredType
)

Parameters

sqlType
Type: SystemType
Type of the SQL.
desiredType
Type: SystemType
The desired type.
See Also