Match the entire string to the pattern

Namespace:  NHibernate.Expression
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly Exact As MatchMode
C#
public static readonly MatchMode Exact
Visual C++
public:
static initonly MatchMode^ Exact
JavaScript
NHibernate.Expression.MatchMode.exact

See Also