Click or drag to resize

FromClauseAdd Method (Stream)

Adds a stream.

Use to add filter-based streams.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public FromClause Add(
	Stream stream
)

Parameters

stream
Type: com.espertech.esper.common.client.sodaStream
to add

Return Value

Type: FromClause
from clause
See Also