Click or drag to resize

SQLStreamSetDatabaseName Method

Sets the database name.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public SQLStream SetDatabaseName(
	string databaseName
)

Parameters

databaseName
Type: SystemString
database name

Return Value

Type: SQLStream

[Missing <returns> documentation for "M:com.espertech.esper.common.client.soda.SQLStream.SetDatabaseName(System.String)"]

See Also