Match the pattern anywhere in the string
Namespace:
NHibernate.Expression
Assembly:
NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared ReadOnly Anywhere As MatchMode |
Visual C++ |
---|
public:
static initonly MatchMode^ Anywhere |
JavaScript |
---|
NHibernate.Expression.MatchMode.anywhere |
See Also