Click or drag to resize

SQLStreamSetSqlWithSubsParams Method

Sets the SQL with optional substitution parameters in the SQL.

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

Parameters

sqlWithSubsParams
Type: SystemString
SQL set set

Return Value

Type: SQLStream

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

See Also