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 |
Visual C++ |
---|
public:
static initonly MatchMode^ Exact |
JavaScript |
---|
NHibernate.Expression.MatchMode.exact |
See Also