[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns the SQL with substitution parameters.

Namespace: net.esper.eql.spec
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property SqlWithSubsParams As String
C#
public virtual string SqlWithSubsParams { get; }
Visual C++
public:
virtual property String^ SqlWithSubsParams {
	String^ get ();
}

Return Value

SQL with parameters embedded as ${stream.param}