[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Creates the pattern.
Namespace: net.esper.core
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Function CreatePattern ( _ expression As String _ ) As EPStatement |
C# |
---|
public virtual EPStatement CreatePattern ( string expression ) |
Visual C++ |
---|
public: virtual EPStatement^ CreatePattern ( String^ expression ) |
Parameters
- expression
- System.String
The expression.