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
C#
public static readonly MatchMode Anywhere
Visual C++
public:
static initonly MatchMode^ Anywhere
JavaScript
NHibernate.Expression.MatchMode.anywhere

See Also