Represents an strategy for matching strings using "like".

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

Syntax

Visual Basic (Declaration)
Public MustInherit Class MatchMode
C#
public abstract class MatchMode
Visual C++
public ref class MatchMode abstract
JavaScript
NHibernate.Expression.MatchMode = function();

Type.createClass(
	'NHibernate.Expression.MatchMode');

Inheritance Hierarchy

System..::.Object
  NHibernate.Expression..::.MatchMode

See Also