Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
Code: Visual C++
Members: Show All
Members: Filtered
Members: Filtered
Members: Filtered
C#
Visual Basic
Visual C++
Include Protected Members
Include Inherited Members
NHibernate API Reference
MatchMode Fields
MatchMode Class
See Also
Send Feedback
The
MatchMode
type exposes the following members.
Fields
Name
Description
Anywhere
Match the pattern anywhere in the string
End
Match the end of the string to the pattern
Exact
Match the entire string to the pattern
Start
Match the start of the string to the pattern
See Also
MatchMode Class
NHibernate.Criterion Namespace