Click or drag to resize

DataSourceConnection Class

Connection factory settings for using a DataSource.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.configuration.commonDataSourceConnection

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class DataSourceConnection : ConnectionFactoryDesc

The DataSourceConnection type exposes the following members.

Constructors
  NameDescription
Public methodDataSourceConnection
Ctor.
Top
Properties
  NameDescription
Public propertyContextLookupName
Returns the object name to look up in context.
Public propertyEnvProperties
Returns the environment properties to use to establish the initial context.
Top
See Also