[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)
Ctor.
Namespace: net.esper.util
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ pattern As String, _ escape As Nullable(Of Char), _ ignorecase As Boolean _ ) |
C# |
---|
public LikeUtil ( string pattern, Nullable<char> escape, bool ignorecase ) |
Visual C++ |
---|
public: LikeUtil ( String^ pattern, Nullable<wchar_t> escape, bool ignorecase ) |
Parameters
- pattern
- System.String
is the SQL-like pattern to
- escape
- System.Nullable<(Of T>)
is the escape character
- ignorecase
- System.Boolean
is true to ignore the case, or false if not