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

Gets or sets the catalog name for new connections created for this database.

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

Syntax

Visual Basic (Declaration)
Public Overridable Property ConnectionCatalog As String
C#
public virtual string ConnectionCatalog { get; set; }
Visual C++
public:
virtual property String^ ConnectionCatalog {
	String^ get ();
	void set (String^ value);
}