Use the "like" operator for all string-valued properties with
the specified MatchMode.
Namespace: NHibernate.CriterionAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public Example EnableLike( MatchMode matchMode ) |
Visual Basic |
---|
Public Function EnableLike ( _ matchMode As MatchMode _ ) As Example |
Visual C++ |
---|
public: Example^ EnableLike( MatchMode^ matchMode ) |
Parameters
- matchMode
- Type: NHibernate.Criterion..::..MatchMode
The MatchMode to convert the string to the pattern for the like comparison.
Return Value
[Missing <returns> documentation for "M:NHibernate.Criterion.Example.EnableLike(NHibernate.Criterion.MatchMode)"]