 | 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
Syntaxpublic string Catalog { get; set; }
Return Value
Type:
Stringname of the catalog to set, or null to accept the default
See Also