Click or drag to resize

ConnectionSettingsCatalog Property

Gets the name of the catalog to set on new database connections, or null for default.

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public string Catalog { get; set; }

Return Value

Type: String
name of the catalog to set, or null to accept the default
See Also