[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Ctor.

Namespace: net.esper.client
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	providerName As String, _
	properties As NameValueCollection _
)
C#
public DbProviderFactoryConnection (
	string providerName,
	NameValueCollection properties
)
Visual C++
public:
DbProviderFactoryConnection (
	String^ providerName, 
	NameValueCollection^ properties
)

Parameters

providerName
System.String
The name of the provider.
properties
System.Collections.Specialized.NameValueCollection
Properties that should be applied to the connection.